mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
integrate with Z3Prover
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b9f74db14c
commit
a922328358
|
@ -1418,7 +1418,7 @@ void core::create_vars_used_in_mrows() {
|
|||
}
|
||||
|
||||
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();
|
||||
for (unsigned i : m_rows) {
|
||||
add_row_to_pdd_grobner(m_lar_solver.A_r().m_rows[i]);
|
||||
|
|
Loading…
Reference in a new issue