mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
parent
cb6896087d
commit
1ee7871bbf
2 changed files with 2 additions and 2 deletions
|
@ -1012,7 +1012,7 @@ namespace opt {
|
|||
void context::model_updated(model* md) {
|
||||
opt_params optp(m_params);
|
||||
symbol prefix = optp.solution_prefix();
|
||||
if (prefix == symbol::null) return;
|
||||
if (prefix == symbol::null || prefix == symbol("")) return;
|
||||
model_ref mdl = md->copy();
|
||||
fix_model(mdl);
|
||||
std::ostringstream buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue