mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
better verbose pretty printing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f151879c0b
commit
72f09e4729
4 changed files with 18 additions and 71 deletions
|
@ -189,7 +189,7 @@ namespace opt {
|
|||
void validate_feasibility(maxsmt& ms);
|
||||
|
||||
lbool execute(objective const& obj, bool committed, bool scoped);
|
||||
lbool execute_min_max(unsigned index, bool committed, bool scoped);
|
||||
lbool execute_min_max(unsigned index, bool committed, bool scoped, bool is_max);
|
||||
lbool execute_maxsat(symbol const& s, bool committed, bool scoped);
|
||||
lbool execute_lex();
|
||||
lbool execute_box();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue