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:
parent
9978cba5a8
commit
fc36d861a7
3 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue