mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +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(
|
||||
for (auto lit : core)
|
||||
VERIFY(s().value(lit) == l_true);
|
||||
for (auto const& [a, b] : eqs)
|
||||
VERIFY(var2enode(v1)->get_root() == var2enode(v2)->get_root());
|
||||
for (auto const& [n1, n2] : eqs)
|
||||
VERIFY(n1->get_root() == n2->get_root());
|
||||
);
|
||||
auto ex = mk_bv2ext_justification(core, eqs);
|
||||
ctx.set_conflict(ex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue