mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5a68fc8c07
commit
de6409f558
1 changed files with 1 additions and 2 deletions
|
@ -207,7 +207,6 @@ namespace dd {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (linear.empty()) return false;
|
if (linear.empty()) return false;
|
||||||
std::cout << "linear eqs: " << linear.size() << "\n";
|
|
||||||
vector<equation_vector> use_list;
|
vector<equation_vector> use_list;
|
||||||
for (equation * e : m_to_simplify) {
|
for (equation * e : m_to_simplify) {
|
||||||
add_to_use(e, use_list);
|
add_to_use(e, use_list);
|
||||||
|
@ -227,7 +226,7 @@ namespace dd {
|
||||||
if (dst->is_processed() && changed_leading_term) {
|
if (dst->is_processed() && changed_leading_term) {
|
||||||
dst->set_processed(false);
|
dst->set_processed(false);
|
||||||
pop_equation(dst, m_processed);
|
pop_equation(dst, m_processed);
|
||||||
push_equation(src, m_to_simplify);
|
push_equation(dst, m_to_simplify);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue