mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
remove stale assertion
with support for substitutions we allow the simplifier to change the state of equations.
This commit is contained in:
parent
6688c1d62a
commit
2696775088
|
@ -200,7 +200,6 @@ namespace dd {
|
|||
// pushed to solved
|
||||
}
|
||||
else if (simplified && changed_leading_term) {
|
||||
SASSERT(target.state() == processed);
|
||||
push_equation(to_simplify, target);
|
||||
if (!m_var2level.empty()) {
|
||||
m_levelp1 = std::max(m_var2level[target.poly().var()]+1, m_levelp1);
|
||||
|
|
Loading…
Reference in a new issue