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

Function Highs_getRowName

highs/interfaces/highs_c_api.cpp:1085–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085HighsInt Highs_getRowName(const void* highs, const HighsInt row, char* name) {
1086 return Highs_getHighsLpColOrRowName(highs, ((Highs*)highs)->getLp(), false,
1087 row, name);
1088}
1089
1090HighsInt Highs_getRowByName(const void* highs, const char* name,
1091 HighsInt* row) {

Callers 1

testNamesFunction · 0.85

Calls 1

Tested by 1

testNamesFunction · 0.68