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

Function possInfProduct

highs/lp_data/HighsRanging.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static double possInfProduct(double poss_inf, double value) {
62 // Multiplying something that could be infinite and value
63 if (value == 0) {
64 return 0;
65 } else {
66 return poss_inf * value;
67 }
68}
69
70HighsStatus getRangingData(HighsRanging& ranging,
71 HighsLpSolverObject& solver_object) {

Callers 1

getRangingDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected