3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 11:20:26 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-20 11:44:57 -07:00
parent 89ed19a719
commit 614cb26489

View file

@ -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;
} }