3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-15 20:56:44 -08:00
parent 557c01a0e5
commit a941f5ae84

View file

@ -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;