3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-22 20:32:05 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-15 15:07:53 -07:00
parent 357ec2fd01
commit 40b4ca7f86
2 changed files with 14 additions and 2 deletions

View file

@ -74,6 +74,7 @@ namespace opt {
progress_callback * m_callback;
symbol m_logic;
model_ref m_model;
bool m_was_sat;
svector<smt::theory_var> m_objective_vars;
vector<inf_eps> m_objective_values;
sref_vector<model> m_models;