3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

update stats in check_pdd_eq()

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-28 16:08:34 -08:00
parent 407c8a60db
commit 9ae9877353
3 changed files with 3 additions and 0 deletions

View file

@ -1450,6 +1450,7 @@ void core::check_pdd_eq(const dd::grobner::equation* e) {
current_expl().add(e);
};
di.check_interval_for_conflict_on_zero(i_wd, e->dep(), f);
m_pdd_grobner.get_stats().m_conflicts++;
}
void core::add_var_and_its_factors_to_q_and_collect_new_rows(lpvar j, svector<lpvar> & q) {