3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00

forbidden intervals only used by viable

This commit is contained in:
Jakob Rath 2022-03-10 16:12:13 +01:00
parent afc711d6ec
commit c648b57493
5 changed files with 10 additions and 9 deletions

View file

@ -133,7 +133,7 @@ namespace polysat {
LOG("Substituted RHS: " << rhs() << " := " << q);
if (is_always_false(is_positive, p, q)) {
s.set_conflict({this, is_positive});
s.set_conflict(sc);
return;
}
if (p.is_val() && q.is_val()) {