3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-22 13:35:54 -07:00
parent 2589f2bad4
commit 848a8ebb98
2 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,6 @@ namespace q {
unsigned lim = m_indirect_nodes.size();
lit l = c[i];
lbool cmp = compare(n, binding, l.lhs, l.rhs, evidence);
std::cout << l.sign << ": " << l.lhs << " ~~ " << l.rhs << " " << cmp << "\n";
switch (cmp) {
case l_false:
m_indirect_nodes.shrink(lim);