mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef320af90b
commit
931e1624b2
7 changed files with 53 additions and 14 deletions
|
@ -296,11 +296,8 @@ namespace polysat {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (conflict_var() == v) {
|
||||
forbidden_intervals fi(s);
|
||||
if (fi.perform(v, cjust_v, *this))
|
||||
return true;
|
||||
}
|
||||
if (conflict_var() == v && s.m_forbidden_intervals.perform(v, cjust_v, *this))
|
||||
return true;
|
||||
|
||||
m_vars.remove(v);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue