mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
fix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
98bfbc2d62
commit
13e335f062
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ namespace dd {
|
||||||
m_stats.m_superposed++;
|
m_stats.m_superposed++;
|
||||||
if (r.is_zero()) return;
|
if (r.is_zero()) return;
|
||||||
equation* eq = alloc(equation, r, m_dep_manager.mk_join(eq1.dep(), eq2.dep()), m_equations.size());
|
equation* eq = alloc(equation, r, m_dep_manager.mk_join(eq1.dep(), eq2.dep()), m_equations.size());
|
||||||
|
m_equations.push_back(eq);
|
||||||
update_stats_max_degree_and_size(*eq);
|
update_stats_max_degree_and_size(*eq);
|
||||||
check_conflict(*eq);
|
check_conflict(*eq);
|
||||||
m_to_simplify.insert(eq);
|
m_to_simplify.insert(eq);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue