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:
parent
56c4fa8f6d
commit
192ce11ca6
2 changed files with 23 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue