Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 25, 2022
1 parent d975886 commit f6e151a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/math/simplex/model_based_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ namespace opt {
}

void model_based_opt::retire_row(unsigned row_id) {
SASSERT(!m_retired_rows.contains(row_id));
m_rows[row_id].m_alive = false;
m_retired_rows.push_back(row_id);
}
Expand Down

0 comments on commit f6e151a

Please sign in to comment.