mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
debug buidl
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5549301335
commit
b9f6fc5130
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ namespace dd {
|
|||
bdd bdd_manager::mk_cofactor(bdd const& a, bdd const& b) {
|
||||
bool first = true;
|
||||
scoped_push _sp(*this);
|
||||
SASSERT(!is_const(b) && is_const(lo(b)) && is_const(hi(b)));
|
||||
SASSERT(!b.is_const() && b.lo().is_const() && b.hi().is_const());
|
||||
while (true) {
|
||||
try {
|
||||
return bdd(mk_cofactor_rec(a.root, b.root), this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue