mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
Revise optimize commands
This commit is contained in:
parent
dbc791d385
commit
4aa9c742ab
3 changed files with 169 additions and 12 deletions
|
@ -59,7 +59,9 @@ namespace opt {
|
|||
lbool execute_box(compound_objective & obj);
|
||||
lbool execute_pareto(compound_objective & obj);
|
||||
|
||||
lbool optimize(objective & objective);
|
||||
lbool optimize();
|
||||
|
||||
void set_cancel(bool f);
|
||||
void reset_cancel() { set_cancel(false); }
|
||||
void cancel() { set_cancel(true); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue