mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
initialize best model
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
20dc59e02d
commit
35fa24a82a
|
@ -498,6 +498,7 @@ namespace opt {
|
|||
|
||||
lbool optsmt::lex(unsigned obj_index, bool is_maximize) {
|
||||
TRACE("opt", tout << "optsmt:lex\n";);
|
||||
m_context.get_base_model(m_best_model);
|
||||
solver::scoped_push _push(*m_s);
|
||||
SASSERT(obj_index < m_vars.size());
|
||||
if (is_maximize && m_optsmt_engine == symbol("farkas")) {
|
||||
|
|
Loading…
Reference in a new issue