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

Function highs_getRowName

highspy/highs_bindings.cpp:925–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925std::tuple<HighsStatus, std::string> highs_getRowName(Highs* h,
926 const HighsInt row) {
927 std::string name;
928 HighsStatus status = h->getRowName(row, name);
929 return std::make_tuple(status, name);
930}
931
932std::tuple<HighsStatus, int> highs_getRowByName(Highs* h,
933 const std::string& name) {

Callers

nothing calls this directly

Calls 1

getRowNameMethod · 0.80

Tested by

no test coverage detected