3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 03:10:25 +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;
propagated = true;
}
DEBUG_CODE(if (!s().inconsistent()) check_missing_eq_propagation(););
DEBUG_CODE(if (!propagated && !s().inconsistent()) check_missing_eq_propagation(););
return propagated;
}