mirror of
https://github.com/Z3Prover/z3
synced 2026-03-20 11:55:49 +00:00
Another minterm bug
This commit is contained in:
parent
149a087f65
commit
4271bdad55
4 changed files with 167 additions and 128 deletions
|
|
@ -444,6 +444,7 @@ namespace smt {
|
|||
<< (m_nielsen.sat_node() ? "set" : "null") << "\n";);
|
||||
// Nielsen found a consistent assignment for positive constraints.
|
||||
// If there are disequalities we haven't verified, we cannot soundly declare sat.
|
||||
SASSERT(!m_state.empty()); // we should have axiomatized them
|
||||
if (!m_state.diseqs().empty())
|
||||
return FC_GIVEUP;
|
||||
if (!has_unhandled_preds())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue