3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-25 21:21:27 -07:00
parent 727ba13566
commit da0239d200
2 changed files with 5 additions and 9 deletions

View file

@ -159,7 +159,7 @@ namespace opt {
model_ref m_model;
model_converter_ref m_model_converter;
generic_model_converter_ref m_fm;
bool m_model_fixed;
sref_vector<model> m_model_fixed;
unsigned m_model_counter;
obj_map<func_decl, unsigned> m_objective_fns;
obj_map<func_decl, expr*> m_objective_orig;