mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
adding euf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
314bd9277b
commit
4d41db3028
26 changed files with 353 additions and 152 deletions
|
@ -973,6 +973,7 @@ private:
|
|||
if (m_sat_mc) {
|
||||
(*m_sat_mc)(mdl);
|
||||
}
|
||||
m_goal2sat.update_model(mdl);
|
||||
if (m_mcs.back()) {
|
||||
TRACE("sat", m_mcs.back()->display(tout););
|
||||
(*m_mcs.back())(mdl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue