mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 22:03:39 +00:00
parent
1eb4459325
commit
82273da630
2 changed files with 9 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue