3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 22:03:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-09 15:43:21 -08:00
parent 1eb4459325
commit 82273da630
2 changed files with 9 additions and 3 deletions

View file

@ -186,6 +186,9 @@ namespace opt {
r = m_context.check(num_assumptions, assumptions);
}
r = adjust_result(r);
if (r == l_true) {
m_context.get_model(m_model);
}
m_first = false;
if (dump_benchmarks()) {
w.stop();