3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

working on pivot

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-20 17:46:09 -07:00
parent 2d8769dc64
commit 09f31ebb0a

View file

@ -47,7 +47,7 @@ namespace polysat {
m_left_basis.reset();
m_base_vars.reset();
pivot(0,1, 2);
// pivot(0,1, 2);
}
template<typename Ext>
@ -224,6 +224,7 @@ namespace polysat {
ri = rk;
a_ij = a_kj;
}
// TBD: should we here recalculate value of basic variables?
SASSERT(well_formed_row(r_k));
}
SASSERT(well_formed());