mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +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;
|
r = l_undef;
|
||||||
if (r == l_undef && m_internal_completed == l_true && has_sls_model()) {
|
if (r == l_undef && m_internal_completed == l_true && has_sls_model()) {
|
||||||
m_last_search_failure = OK;
|
m_last_search_failure = OK;
|
||||||
|
m_conflict = null_b_justification;
|
||||||
r = l_true;
|
r = l_true;
|
||||||
}
|
}
|
||||||
m_internal_completed = l_false;
|
m_internal_completed = l_false;
|
||||||
|
|
Loading…
Reference in a new issue