3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-17 10:33:48 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-12-23 09:44:13 -08:00
parent 6d61efa6b8
commit 170febe538
2 changed files with 6 additions and 1 deletions

View file

@ -186,7 +186,8 @@ namespace opt {
map_t m_maxsmts;
scoped_state m_scoped_state;
vector<objective> m_objectives;
model_ref m_model;
model_ref m_model;
bool m_model_available = false;
model_converter_ref m_model_converter;
generic_model_converter_ref m_fm;
sref_vector<model> m_model_fixed;