mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
taking changes from the fork
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
74ac58de2b
commit
cf695ab876
8 changed files with 72 additions and 657 deletions
|
@ -29,7 +29,6 @@ template <typename T, typename X> void static_matrix<T, X>::scan_row_ii_to_offse
|
|||
|
||||
|
||||
template <typename T, typename X> bool static_matrix<T, X>::pivot_row_to_row_given_cell(unsigned i, column_cell & c, unsigned pivot_col) {
|
||||
// std::cout << "ddd = " << ++lp_settings::ddd<< std::endl;
|
||||
unsigned ii = c.m_i;
|
||||
lean_assert(i < row_count() && ii < column_count());
|
||||
lean_assert(i != ii);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue