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

Method flipBound

highs/simplex/HEkk.cpp:3069–3073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3067}
3068
3069void HEkk::flipBound(const HighsInt iCol) {
3070 const int8_t move = basis_.nonbasicMove_[iCol] = -basis_.nonbasicMove_[iCol];
3071 info_.workValue_[iCol] =
3072 move == 1 ? info_.workLower_[iCol] : info_.workUpper_[iCol];
3073}
3074
3075void HEkk::updateFactor(HVector* column, HVector* row_ep, HighsInt* iRow,
3076 HighsInt* hint) {

Callers 3

updateFlipMethod · 0.80
majorRollbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected