Skip to content

Commit

Permalink
remove an assert
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Nov 2, 2023
1 parent ca6cb0a commit bdf1fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math/lp/lp_primal_core_solver_tableau_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ template <typename T, typename X> void lp_primal_core_solver<T, X>::advance_on_e
}
else {
this->m_nbasis_sort_counter--;
SASSERT(non_basis_is_correctly_represented_in_heading(&m_non_basis_list));
}
unsigned number_of_benefitial_columns_to_go_over = get_number_of_non_basic_column_to_try_for_enter();

Expand Down

0 comments on commit bdf1fcf

Please sign in to comment.