Conversion between exprt and bbdt This encapsulate a bdd_managert, thus BDDs created with this class should only be combined with BDDs created using the same instance of bdd_exprt .
More...
#include <bdd_expr.h>
bddt to exprt conversion. i of node_map corresponds to the i-th variable. Conversion between exprt and bbdt This encapsulate a bdd_managert, thus BDDs created with this class should only be combined with BDDs created using the same instance of bdd_exprt .
See unit tests in unit/solvers/prop/bdd_expr.cpp for examples.
Definition at line 33 of file bdd_expr.h.
Definition at line 42 of file bdd_expr.h.
Helper function for bddt to exprt conversion.
Definition at line 107 of file bdd_expr.cpp.
Definition at line 171 of file bdd_expr.cpp.
Definition at line 87 of file bdd_expr.cpp.
Definition at line 19 of file bdd_expr.cpp.
Definition at line 40 of file bdd_expr.h.
Definition at line 44 of file bdd_expr.h.
Mapping from BDD variables to expressions: the expression at index i of node_map corresponds to the i-th variable.
Definition at line 48 of file bdd_expr.h.