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
73ffd1c1cb
commit
21c604e7b4
2 changed files with 3 additions and 3 deletions
|
@ -294,8 +294,8 @@ namespace polysat {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (conflict_var() == v && s.m_viable.resolve(v, *this))
|
||||
return true;
|
||||
// forbidden interval projection is performed at top level
|
||||
SASSERT(v != conflict_var());
|
||||
|
||||
m_vars.remove(v);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue