| 275 | } |
| 276 | |
| 277 | void HEkk::invalidate() { |
| 278 | this->status_.initialised_for_new_lp = false; |
| 279 | assert(!this->status_.is_dualized); |
| 280 | assert(!this->status_.is_permuted); |
| 281 | this->status_.initialised_for_solve = false; |
| 282 | this->invalidateBasisMatrix(); |
| 283 | this->simplex_stats_.initialise(); |
| 284 | } |
| 285 | |
| 286 | void HEkk::invalidateBasisMatrix() { |
| 287 | // When the constraint matrix changes - dimensions or just (basic) |
nothing calls this directly
no test coverage detected