3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-01-01 22:32:27 -08:00
parent af27efbf4a
commit 8883234647
3 changed files with 98 additions and 23 deletions

View file

@ -47,6 +47,8 @@ namespace opt {
lbool lex(unsigned obj_index);
lbool pareto(unsigned obj_index);
unsigned add(app* t, bool is_max);
void set_cancel(bool f);