The major model updates. Factor calls factor_.update; Matrix calls matrix_.update; updatePivots does everything---and is called from the likes of HDual::updatePivots
| 3062 | // calls matrix_.update; updatePivots does everything---and is |
| 3063 | // called from the likes of HDual::updatePivots |
| 3064 | void HEkk::transformForUpdate(HVector* column, HVector* row_ep, |
| 3065 | const HighsInt variable_in, HighsInt* row_out) { |
| 3066 | simplex_nla_.transformForUpdate(column, row_ep, variable_in, *row_out); |
| 3067 | } |
| 3068 | |
| 3069 | void HEkk::flipBound(const HighsInt iCol) { |
| 3070 | const int8_t move = basis_.nonbasicMove_[iCol] = -basis_.nonbasicMove_[iCol]; |
no outgoing calls
no test coverage detected