3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 10:41:35 +00:00
fix missing justification in explain_slice
tune intblast solver with some simplifications
bypass conflicts if the state is already conflicting
This commit is contained in:
Nikolaj Bjorner 2024-01-04 20:14:22 -08:00
parent cb672c7992
commit c4b7061590
6 changed files with 68 additions and 26 deletions

View file

@ -517,9 +517,6 @@ namespace polysat {
if (e.e == last.e)
break;
}
TRACE("bv", tout << "viable-explain v" << m_var << " - " << result.size() << "\n");
return result;
}