3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

this check is not an invariant in the first place

but nice to have.
This commit is contained in:
Nikolaj Bjorner 2025-01-29 16:23:18 -08:00
parent 51357f6d06
commit bfe4673dac

View file

@ -281,7 +281,7 @@ namespace sls {
tout << mk_bounded_pp(ctx.atom(bv), a.m) << "\n"; tout << mk_bounded_pp(ctx.atom(bv), a.m) << "\n";
ctx.display(tout);); ctx.display(tout););
} }
VERIFY(!a.get_ineq(bv) || a.get_ineq(bv)->is_true() == ctx.is_true(bv)); // VERIFY(!a.get_ineq(bv) || a.get_ineq(bv)->is_true() == ctx.is_true(bv));
}); });
} }