3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00

fix lower/upper bound updates

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-12-14 09:04:48 +02:00
parent 8c85ee6b7c
commit 5225ea18b7
5 changed files with 23 additions and 17 deletions

View file

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