mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
recursive function definitions; combine model-building functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6fa2338edc
commit
7c6540e18f
19 changed files with 129 additions and 173 deletions
|
@ -30,7 +30,7 @@ class model_evaluator {
|
|||
struct imp;
|
||||
imp * m_imp;
|
||||
public:
|
||||
model_evaluator(model & m, params_ref const & p = params_ref());
|
||||
model_evaluator(model_core & m, params_ref const & p = params_ref());
|
||||
~model_evaluator();
|
||||
|
||||
ast_manager & m () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue