| 284 | } |
| 285 | |
| 286 | void HEkk::invalidateBasisMatrix() { |
| 287 | // When the constraint matrix changes - dimensions or just (basic) |
| 288 | // values, the simplex NLA becomes invalid, the simplex basis is |
| 289 | // no longer valid, and |
| 290 | this->status_.has_nla = false; |
| 291 | invalidateBasis(); |
| 292 | } |
| 293 | |
| 294 | void HEkk::invalidateBasis() { |
| 295 | // Invalidate the basis of the simplex LP, and all its other |
no outgoing calls
no test coverage detected