mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
parent
c0a1a24069
commit
2c078b01da
1 changed files with 4 additions and 0 deletions
|
@ -876,6 +876,10 @@ private:
|
||||||
mdl = nullptr;
|
mdl = nullptr;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (m_fmls.size() > m_fmls_head) {
|
||||||
|
mdl = nullptr;
|
||||||
|
return;
|
||||||
|
}
|
||||||
TRACE("sat", m_solver.display_model(tout););
|
TRACE("sat", m_solver.display_model(tout););
|
||||||
CTRACE("sat", m_sat_mc, m_sat_mc->display(tout););
|
CTRACE("sat", m_sat_mc, m_sat_mc->display(tout););
|
||||||
sat::model ll_m = m_solver.get_model();
|
sat::model ll_m = m_solver.get_model();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue