mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
parent
9ca5b3f304
commit
b29d5f9b5d
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public:
|
||||||
tout << *m_model << "assumptions: ";
|
tout << *m_model << "assumptions: ";
|
||||||
for (expr* a : m_asms) tout << mk_pp(a, m) << " -> " << (*m_model)(a) << " ";
|
for (expr* a : m_asms) tout << mk_pp(a, m) << " -> " << (*m_model)(a) << " ";
|
||||||
tout << "\n";);
|
tout << "\n";);
|
||||||
SASSERT(m_model->is_true(m_asms));
|
SASSERT(m_model->is_true(m_asms) || m.limit().is_canceled());
|
||||||
found_optimum();
|
found_optimum();
|
||||||
return l_true;
|
return l_true;
|
||||||
case l_false:
|
case l_false:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue