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

Method writeIisModel

highs/lp_data/Highs.cpp:880–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880HighsStatus Highs::writeIisModel(const std::string& filename) {
881 HighsStatus return_status = this->getIisInterface();
882 if (return_status == HighsStatus::kError) return return_status;
883 return writeLocalModel(iis_.model_, filename);
884}
885
886HighsStatus Highs::writeLocalModel(HighsModel& model,
887 const std::string& filename) {

Callers 3

runMethod · 0.95
TestIis.cppFile · 0.80
testMpsFunction · 0.80

Calls 1

getIisInterfaceMethod · 0.95

Tested by 1

testMpsFunction · 0.64