File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments