mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
parent
1ce0d7512a
commit
8ad939a10f
2 changed files with 19 additions and 10 deletions
|
@ -1761,7 +1761,7 @@ namespace qe {
|
|||
// unless the current state is unsatisfiable.
|
||||
//
|
||||
if (m.is_true(fml_mixed)) {
|
||||
SASSERT(l_true == m_solver.check());
|
||||
SASSERT(l_false != m_solver.check());
|
||||
m_current = m_current->add_child(fml_closed);
|
||||
for (unsigned i = 0; m_defs && i < m_current->num_free_vars(); ++i) {
|
||||
expr_ref val(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue