MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / predictEndDensity

Method predictEndDensity

highs/simplex/HighsSimplexAnalysis.cpp:484–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484bool 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
491void HighsSimplexAnalysis::afterTranStage(
492 const HighsInt tran_stage_type, const double start_density,

Callers

nothing calls this directly

Calls 1

predictFromScatterDataFunction · 0.85

Tested by

no test coverage detected