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:
parent
8c85ee6b7c
commit
5225ea18b7
5 changed files with 23 additions and 17 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue