MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / tabooBadBasisChange

Method tabooBadBasisChange

highs/simplex/HEkk.cpp:3992–3997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3990}
3991
3992bool HEkk::tabooBadBasisChange() const {
3993 for (const auto& change : bad_basis_change_) {
3994 if (change.taboo) return true;
3995 }
3996 return false;
3997}
3998
3999void HEkk::applyTabooRowOut(vector<double>& values,
4000 const double overwrite_with) {

Callers 4

solvePhase1Method · 0.80
solvePhase2Method · 0.80
solvePhase1Method · 0.80
solvePhase2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected