mirror of
https://github.com/Z3Prover/z3
synced 2025-08-01 00:43:18 +00:00
add assertion back for failing unit test, add comment about what is the bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e7ff769b4
commit
93410ccd81
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ namespace polysat {
|
||||||
// c alone (+ variables) is now enough to represent the conflict.
|
// c alone (+ variables) is now enough to represent the conflict.
|
||||||
core.reset();
|
core.reset();
|
||||||
core.set(c);
|
core.set(c);
|
||||||
std::cout << "set c\n";
|
|
||||||
return c->contains_var(v) ? l_undef : l_true;
|
return c->contains_var(v) ? l_undef : l_true;
|
||||||
}
|
}
|
||||||
return l_false;
|
return l_false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue