mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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++;
|
||||
if (r.is_zero()) return;
|
||||
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);
|
||||
check_conflict(*eq);
|
||||
m_to_simplify.insert(eq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue