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

Function useIpm

highs/lp_data/HighsSolve.cpp:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682bool useIpm(const std::string& solver) {
683 return solver == kIpmString || solver == kHipoString || solver == kIpxString;
684}
685
686bool usePdlp(const std::string& solver) {
687 return solver == kPdlpString || solver == kHiPdlpString;

Callers 4

runMethod · 0.85
calledOptimizeModelMethod · 0.85
solveLpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected