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

Function Highs_getColByName

highs/interfaces/highs_c_api.cpp:1103–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103HighsInt Highs_getColByName(const void* highs, const char* name,
1104 HighsInt* col) {
1105 HighsInt local_col;
1106 HighsInt retcode = (HighsInt)((Highs*)highs)->getColByName(name, local_col);
1107 *col = local_col;
1108 return retcode;
1109}
1110
1111HighsInt Highs_getColIntegrality(const void* highs, const HighsInt col,
1112 HighsInt* integrality) {

Callers 1

testNamesFunction · 0.85

Calls 1

getColByNameMethod · 0.80

Tested by 1

testNamesFunction · 0.68