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:
parent
afc711d6ec
commit
c648b57493
5 changed files with 10 additions and 9 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue