3
0
Fork 0
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:
Nikolaj Bjorner 2022-07-15 04:03:25 -07:00
parent 6688c1d62a
commit 2696775088

View file

@ -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);