Skip to content

Commit a656b4e

Browse files
authored
Make const
1 parent 7946c89 commit a656b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/simplex/HEkk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3950,7 +3950,7 @@ void HEkk::clearBadBasisChangeTabooFlag() {
39503950
bad_basis_change_[iX].taboo = false;
39513951
}
39523952

3953-
bool HEkk::tabooBadBasisChange() {
3953+
bool HEkk::tabooBadBasisChange() const {
39543954
for (HighsInt iX = 0; iX < (HighsInt)bad_basis_change_.size(); iX++) {
39553955
if (bad_basis_change_[iX].taboo) return true;
39563956
}

0 commit comments

Comments
 (0)