3
0
Fork 0
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:
Jakob Rath 2022-10-12 13:20:34 +02:00
parent 4406652c7b
commit 66469bb678
2 changed files with 7 additions and 3 deletions

View file

@ -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];