3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 13:23:39 +00:00

create scalars for fixed variables in rows for grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-29 13:42:11 -08:00
parent 279bcb733d
commit c6e5d434b2
5 changed files with 48 additions and 18 deletions

View file

@ -54,7 +54,7 @@ void grobner::check_eq(grobner_core::equation* target) {
c().print_var(j, tout);
}
tout << "\ntarget->expr() val = " << get_nex_val(target->expr(), [this](unsigned j) { return c().val(j); }) << "\n";);
m_reported++;
c().lp_settings().stats().m_grobner_conflicts++;
}
}