| 4377 | } |
| 4378 | |
| 4379 | void HighsSimplexStats::initialise(const HighsInt iteration_count_) { |
| 4380 | valid = false; |
| 4381 | iteration_count = -iteration_count_; |
| 4382 | num_invert = 0; |
| 4383 | last_invert_num_el = 0; |
| 4384 | last_factored_basis_num_el = 0; |
| 4385 | col_aq_density = 0; |
| 4386 | row_ep_density = 0; |
| 4387 | row_ap_density = 0; |
| 4388 | row_DSE_density = 0; |
| 4389 | } |
| 4390 | |
| 4391 | HighsRayRecord HighsRayRecord::getRayRecord() const { |
| 4392 | HighsRayRecord record; |
no outgoing calls
no test coverage detected