| 482 | } |
| 483 | |
| 484 | bool HighsSimplexAnalysis::predictEndDensity(const HighsInt tran_stage_type, |
| 485 | const double start_density, |
| 486 | double& end_density) const { |
| 487 | return predictFromScatterData(tran_stage[tran_stage_type].rhs_density_, |
| 488 | start_density, end_density); |
| 489 | } |
| 490 | |
| 491 | void HighsSimplexAnalysis::afterTranStage( |
| 492 | const HighsInt tran_stage_type, const double start_density, |
nothing calls this directly
no test coverage detected