mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 01:27:41 +00:00
fixes to bdd
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05abf19009
commit
a0af3383db
4 changed files with 12 additions and 10 deletions
|
@ -32,6 +32,8 @@ namespace sat {
|
|||
|
||||
typedef unsigned BDD;
|
||||
|
||||
const BDD null_bdd = UINT_MAX;
|
||||
|
||||
enum bdd_op {
|
||||
bdd_and_op = 2,
|
||||
bdd_or_op = 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue