mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
call m_pdd_grobner.reset()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a922328358
commit
1cc5935953
1 changed files with 1 additions and 0 deletions
|
@ -1420,6 +1420,7 @@ void core::create_vars_used_in_mrows() {
|
||||||
void core::run_pdd_grobner() {
|
void core::run_pdd_grobner() {
|
||||||
// m_pdd_manager.resize(m_lar_solver.number_of_vars());
|
// m_pdd_manager.resize(m_lar_solver.number_of_vars());
|
||||||
create_vars_used_in_mrows();
|
create_vars_used_in_mrows();
|
||||||
|
m_pdd_grobner.reset();
|
||||||
for (unsigned i : m_rows) {
|
for (unsigned i : m_rows) {
|
||||||
add_row_to_pdd_grobner(m_lar_solver.A_r().m_rows[i]);
|
add_row_to_pdd_grobner(m_lar_solver.A_r().m_rows[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue