3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

bdd return

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-10 12:20:09 -08:00
parent e2f5c1f7c8
commit 8515b304da

View file

@ -92,10 +92,10 @@ namespace dd {
if (!first) throw;
try_reorder();
first = false;
return null_bdd;
}
}
SASSERT(well_formed());
return null_bdd;
}