3
0
Fork 0
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:
Nikolaj Bjorner 2016-06-26 16:12:14 -07:00
parent 7fc294d329
commit b66d457b19
6 changed files with 76 additions and 106 deletions

View file

@ -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());