mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
Don't leave propagation loop too early (cause of unsoundness in bench0)
This commit is contained in:
parent
4406652c7b
commit
66469bb678
2 changed files with 7 additions and 3 deletions
|
@ -633,6 +633,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
bool viable::resolve(pvar v, conflict& core) {
|
||||
DEBUG_CODE( log(v); );
|
||||
if (has_viable(v))
|
||||
return false;
|
||||
entry const* e = m_units[v];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue