3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-25 23:19:32 +00:00

debug dio

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-01-27 15:43:04 -08:00 committed by Lev Nachmanson
parent bb869fd020
commit b027761845
4 changed files with 624 additions and 472 deletions

View file

@ -292,7 +292,11 @@ public:
}
template <typename TTerm>
void pivot_term_to_row_given_cell(TTerm const & term, column_cell&c, unsigned j, int j_sign);
// pivot row i to row ii
template <typename TTerm>
void add_term_to_row(const mpq& coeff, TTerm const & term, unsigned i);
// pivot row i to row ii
bool pivot_row_to_row_given_cell(unsigned i, column_cell& c, unsigned j);
void pivot_row_to_row_given_cell_with_sign(unsigned piv_row_index, column_cell& c, unsigned j, int j_sign);
void transpose_rows(unsigned i, unsigned ii) {