3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 20:21:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-08-28 12:28:33 -03:00
parent 2e6908bd9e
commit 20dc59e02d
3 changed files with 5 additions and 7 deletions

View file

@ -39,7 +39,7 @@ namespace opt {
expr_ref_vector m_lower_fmls;
svector<smt::theory_var> m_vars;
symbol m_optsmt_engine;
model_ref m_model;
model_ref m_model, m_best_model;
svector<symbol> m_labels;
sref_vector<model> m_models;
public: