3
0
Fork 0
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:
Nikolaj Bjorner 2018-06-14 16:49:04 -07:00 committed by Arie Gurfinkel
parent 05abf19009
commit a0af3383db
4 changed files with 12 additions and 10 deletions

View file

@ -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,