mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
parent
490dc66ec2
commit
50f5cafb50
1 changed files with 2 additions and 2 deletions
|
@ -1598,7 +1598,7 @@ class fm_tactic : public tactic {
|
||||||
report_tactic_progress(":fm-cost", m_counter);
|
report_tactic_progress(":fm-cost", m_counter);
|
||||||
if (!m_inconsistent) {
|
if (!m_inconsistent) {
|
||||||
copy_remaining();
|
copy_remaining();
|
||||||
m_new_goal->add(concat(g->mc(), m_mc.get()));
|
m_new_goal->add(m_mc.get());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
reset_constraints();
|
reset_constraints();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue