mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
This commit is contained in:
parent
89ed19a719
commit
614cb26489
1 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ namespace euf {
|
||||||
break;
|
break;
|
||||||
propagated = true;
|
propagated = true;
|
||||||
}
|
}
|
||||||
DEBUG_CODE(if (!s().inconsistent()) check_missing_eq_propagation(););
|
DEBUG_CODE(if (!propagated && !s().inconsistent()) check_missing_eq_propagation(););
|
||||||
return propagated;
|
return propagated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@ namespace euf {
|
||||||
bool_var v = n->bool_var();
|
bool_var v = n->bool_var();
|
||||||
SASSERT(m.is_bool(e));
|
SASSERT(m.is_bool(e));
|
||||||
size_t cnstr;
|
size_t cnstr;
|
||||||
literal lit;
|
literal lit;
|
||||||
if (is_eq) {
|
if (is_eq) {
|
||||||
VERIFY(m.is_eq(e, a, b));
|
VERIFY(m.is_eq(e, a, b));
|
||||||
cnstr = eq_constraint().to_index();
|
cnstr = eq_constraint().to_index();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue