mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
move arithmetical mbp functionality to model_based_opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7fc294d329
commit
b66d457b19
6 changed files with 76 additions and 106 deletions
|
@ -41,6 +41,8 @@ public:
|
|||
|
||||
void operator()(expr * t, expr_ref & r);
|
||||
|
||||
expr_ref operator()(expr* t);
|
||||
|
||||
void cleanup(params_ref const & p = params_ref());
|
||||
void reset(params_ref const & p = params_ref());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue