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

Method updateOperationResultDensity

highs/simplex/HEkkControl.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void HEkk::updateOperationResultDensity(const double local_density,
45 double& density) const {
46 density = (1 - kRunningAverageMultiplier) * density +
47 kRunningAverageMultiplier * local_density;
48}
49
50void HEkk::assessDSEWeightError(const double computed_edge_weight,
51 const double updated_edge_weight) {

Callers 11

chooseRowMethod · 0.80
updateFtranMethod · 0.80
updateFtranBFRTMethod · 0.80
updateFtranDSEMethod · 0.80
updateFtranDSEMethod · 0.80
updateBtranPSEMethod · 0.80
majorChooseRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected