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

Method passModelName

highs/lp_data/Highs.cpp:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785HighsStatus Highs::passModelName(const std::string& name) {
786 this->model_.lp_.model_name_ = name;
787 return HighsStatus::kOk;
788}
789
790HighsStatus Highs::readModel(const std::string& filename) {
791 this->logHeader();

Callers 5

elasticityFilterMethod · 0.95
Highs_passModelNameFunction · 0.80
TestNames.cppFile · 0.80
TestRays.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected