mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 17:22:15 +00:00
add model.inline_def option to make #2517 happy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
35fa24a82a
commit
a8bfab3273
4 changed files with 19 additions and 3 deletions
|
@ -36,6 +36,7 @@ protected:
|
|||
sort2universe m_usort2universe;
|
||||
model_evaluator m_mev;
|
||||
bool m_cleaned;
|
||||
bool m_inline;
|
||||
struct value_proc;
|
||||
|
||||
struct deps_collector;
|
||||
|
@ -84,7 +85,7 @@ public:
|
|||
void compress();
|
||||
|
||||
void set_model_completion(bool f) { m_mev.set_model_completion(f); }
|
||||
void updt_params(params_ref const & p) { m_mev.updt_params(p); }
|
||||
void updt_params(params_ref const & p);
|
||||
|
||||
/**
|
||||
* evaluation using the model evaluator. Caches results.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue