3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

add an assert

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-27 17:34:05 -07:00
parent aa0f5db511
commit d5162d92ad

View file

@ -466,6 +466,7 @@ void lar_solver::prepare_costs_for_r_solver(const lar_term & term) {
}
void lar_solver::move_non_basic_columns_to_bounds() {
SASSERT(get_status() == lp_status::OPTIMAL || get_status() == lp_status::FEASIBLE);
auto & lcs = m_mpq_lar_core_solver;
bool change = false;
for (unsigned j : lcs.m_r_nbasis) {