3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

update default to maxres for MaxSAT, reset pareto and box state on every constraint update

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-04-01 19:32:50 -07:00
parent 9978cba5a8
commit fc36d861a7
3 changed files with 13 additions and 6 deletions

View file

@ -271,6 +271,7 @@ namespace opt {
void add_maxsmt(symbol const& id);
void set_simplify(tactic *simplify);
void set_pareto(pareto_base* p);
void clear_state();
bool is_numeral(expr* e, rational& n) const;