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

Method writePresolvedModel

highs/lp_data/Highs.cpp:876–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876HighsStatus Highs::writePresolvedModel(const std::string& filename) {
877 return writeLocalModel(presolved_model_, filename);
878}
879
880HighsStatus Highs::writeIisModel(const std::string& filename) {
881 HighsStatus return_status = this->getIisInterface();

Callers 2

mainFunction · 0.45
TestPresolve.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected