mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
reset m_conflict indicator on sls model
This commit is contained in:
parent
557c01a0e5
commit
a941f5ae84
|
@ -3517,6 +3517,7 @@ namespace smt {
|
|||
r = l_undef;
|
||||
if (r == l_undef && m_internal_completed == l_true && has_sls_model()) {
|
||||
m_last_search_failure = OK;
|
||||
m_conflict = null_b_justification;
|
||||
r = l_true;
|
||||
}
|
||||
m_internal_completed = l_false;
|
||||
|
|
Loading…
Reference in a new issue