Skip to content

Commit 5849657

Browse files
authored
Update header
1 parent a656b4e commit 5849657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/simplex/HEkk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class HEkk {
359359
const BadBasisChangeReason reason,
360360
const bool taboo = false);
361361
void clearBadBasisChangeTabooFlag();
362-
bool tabooBadBasisChange();
362+
bool tabooBadBasisChange() const;
363363
void applyTabooRowOut(vector<double>& values, const double overwrite_with);
364364
void unapplyTabooRowOut(vector<double>& values);
365365
void applyTabooVariableIn(vector<double>& values,

0 commit comments

Comments
 (0)