mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 23:05:26 +00:00
fixup assertion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
622b8431b3
commit
1ba86c8ce3
1 changed files with 2 additions and 2 deletions
|
@ -277,8 +277,8 @@ namespace bv {
|
||||||
DEBUG_CODE(
|
DEBUG_CODE(
|
||||||
for (auto lit : core)
|
for (auto lit : core)
|
||||||
VERIFY(s().value(lit) == l_true);
|
VERIFY(s().value(lit) == l_true);
|
||||||
for (auto const& [a, b] : eqs)
|
for (auto const& [n1, n2] : eqs)
|
||||||
VERIFY(var2enode(v1)->get_root() == var2enode(v2)->get_root());
|
VERIFY(n1->get_root() == n2->get_root());
|
||||||
);
|
);
|
||||||
auto ex = mk_bv2ext_justification(core, eqs);
|
auto ex = mk_bv2ext_justification(core, eqs);
|
||||||
ctx.set_conflict(ex);
|
ctx.set_conflict(ex);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue