We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a656b4e commit 5849657Copy full SHA for 5849657
highs/simplex/HEkk.h
@@ -359,7 +359,7 @@ class HEkk {
359
const BadBasisChangeReason reason,
360
const bool taboo = false);
361
void clearBadBasisChangeTabooFlag();
362
- bool tabooBadBasisChange();
+ bool tabooBadBasisChange() const;
363
void applyTabooRowOut(vector<double>& values, const double overwrite_with);
364
void unapplyTabooRowOut(vector<double>& values);
365
void applyTabooVariableIn(vector<double>& values,
0 commit comments