mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 20:01:20 +00:00
reset m_conflict indicator on sls model
This commit is contained in:
parent
557c01a0e5
commit
a941f5ae84
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue