mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
parent
b4aac1ab55
commit
86c39c971d
4 changed files with 15 additions and 9 deletions
|
@ -4364,7 +4364,7 @@ namespace smt {
|
|||
m_proto_model = m_model_generator->mk_model();
|
||||
m_qmanager->adjust_model(m_proto_model.get());
|
||||
TRACE("mbqi_bug", tout << "before complete_partial_funcs:\n"; model_pp(tout, *m_proto_model););
|
||||
m_proto_model->complete_partial_funcs();
|
||||
m_proto_model->complete_partial_funcs(false);
|
||||
TRACE("mbqi_bug", tout << "before cleanup:\n"; model_pp(tout, *m_proto_model););
|
||||
m_proto_model->cleanup();
|
||||
if (m_fparams.m_model_compact)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue