mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
tweaking input processing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
03f5020d0b
commit
51704b7b95
2 changed files with 14 additions and 16 deletions
|
@ -69,7 +69,7 @@ namespace opt {
|
|||
void validate_feasibility(maxsmt& ms);
|
||||
|
||||
lbool execute(expr* obj, bool committed);
|
||||
lbool execute_min_max(app* obj, bool committed);
|
||||
lbool execute_min_max(app* obj, bool committed, bool is_max);
|
||||
lbool execute_maxsat(app* obj, bool committed);
|
||||
lbool execute_lex(app* obj);
|
||||
lbool execute_box(app* obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue