| 3203 | } |
| 3204 | |
| 3205 | void HEkk::updateMatrix(const HighsInt variable_in, |
| 3206 | const HighsInt variable_out) { |
| 3207 | analysis_.simplexTimerStart(UpdateMatrixClock); |
| 3208 | ar_matrix_.update(variable_in, variable_out, lp_.a_matrix_); |
| 3209 | // assert(ar_matrix_.debugPartitionOk(basis_.nonbasicFlag_.data())); |
| 3210 | analysis_.simplexTimerStop(UpdateMatrixClock); |
| 3211 | } |
| 3212 | |
| 3213 | void HEkk::computeInfeasibilitiesForReporting(const SimplexAlgorithm algorithm, |
| 3214 | const HighsInt solve_phase) { |
no test coverage detected