3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

move display method to before first SAT call

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-08-21 18:29:36 -07:00
parent a78fc031bc
commit da0c12cdba
3 changed files with 16 additions and 11 deletions

View file

@ -280,6 +280,8 @@ namespace opt {
void validate_lex();
void display_benchmark();
// pareto
void yield();