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

Function Highs_getColName

highs/interfaces/highs_c_api.cpp:1098–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098HighsInt Highs_getColName(const void* highs, const HighsInt col, char* name) {
1099 return Highs_getHighsLpColOrRowName(highs, ((Highs*)highs)->getLp(), true,
1100 col, name);
1101}
1102
1103HighsInt Highs_getColByName(const void* highs, const char* name,
1104 HighsInt* col) {

Callers 1

testNamesFunction · 0.85

Calls 1

Tested by 1

testNamesFunction · 0.68