3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

change model binding time

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-12-05 11:42:04 -08:00
parent 56c4fa8f6d
commit 192ce11ca6
2 changed files with 23 additions and 12 deletions

View file

@ -66,6 +66,7 @@ namespace opt {
optsmt m_optsmt;
map_t m_maxsmts;
vector<objective> m_objectives;
model_ref m_model;
public:
context(ast_manager& m);
~context();