mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
fix lack of warning/error for unbounded objectives in context of quantifiers #1382
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d7042c234f
commit
8357210d3c
4 changed files with 27 additions and 5 deletions
|
@ -49,6 +49,8 @@ namespace opt {
|
|||
|
||||
lbool lex(unsigned obj_index, bool is_maximize);
|
||||
|
||||
bool is_unbounded(unsigned obj_index, bool is_maximize);
|
||||
|
||||
unsigned add(app* t);
|
||||
|
||||
void updt_params(params_ref& p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue