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