mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
qsat-opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c414c6b5fd
commit
c75fd02c95
5 changed files with 145 additions and 33 deletions
|
@ -289,12 +289,15 @@ namespace opt {
|
|||
|
||||
void display_benchmark();
|
||||
|
||||
|
||||
// pareto
|
||||
void yield();
|
||||
expr_ref mk_ge(expr* t, expr* s);
|
||||
expr_ref mk_cmp(bool is_ge, model_ref& mdl, objective const& obj);
|
||||
|
||||
|
||||
// quantifiers
|
||||
bool is_qsat_opt();
|
||||
lbool run_qsat_opt();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue