mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +00:00
bugbash
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:
parent
cb672c7992
commit
c4b7061590
6 changed files with 68 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue