The class BDD_Info provides information about the structure of binary decision diagrams.
More...
#include <bdd_info.h>
The class BDD_Info provides information about the structure of binary decision diagrams.
Definition at line 25 of file bdd_info.h.
◆ argument()
◆ get_false_branch()
Method that returns the false-branch of a BDD.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- The false-branch of the BDD.
Definition at line 58 of file bdd_info.h.
◆ get_guard()
Method that returns the guard of a BDD.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- The guard at the root of the BDD.
Definition at line 42 of file bdd_info.h.
◆ get_true_branch()
Method that returns the true-branch of a BDD.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- The true-branch of the BDD.
Definition at line 50 of file bdd_info.h.
◆ is_false()
static bool mcrl2::data::detail::BDD_Info::is_false |
( |
const data_expression & |
a_bdd | ) |
|
|
inlinestatic |
Method that indicates whether or not a BDD equals false.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- True, if the BDD equals false. False, if the BDD does not equal true.
Definition at line 76 of file bdd_info.h.
◆ is_if_then_else()
static bool mcrl2::data::detail::BDD_Info::is_if_then_else |
( |
const data_expression & |
a_bdd | ) |
|
|
inlinestatic |
Method that indicates wether or not the root of a BDD is a guard node.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- True, if the root of the BDD is a guard node. False, if the BDD equals true or if the BDD equals false.
Definition at line 85 of file bdd_info.h.
◆ is_true()
static bool mcrl2::data::detail::BDD_Info::is_true |
( |
const data_expression & |
a_bdd | ) |
|
|
inlinestatic |
Method that indicates whether or not a BDD equals true.
- Parameters
-
[in] | a_bdd | A binary decision diagram. |
- Returns
- True, if the BDD equals true. False, if the BDD does not equal true.
Definition at line 67 of file bdd_info.h.
The documentation for this class was generated from the following file: