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

Function Highs_passRowName

highs/interfaces/highs_c_api.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354HighsInt Highs_passRowName(const void* highs, const HighsInt row,
355 const char* name) {
356 return (HighsInt)((Highs*)highs)->passRowName(row, std::string(name));
357}
358
359HighsInt Highs_passColName(const void* highs, const HighsInt col,
360 const char* name) {

Callers 2

passRowNameMethod · 0.85
testNamesFunction · 0.85

Calls 1

passRowNameMethod · 0.45

Tested by 1

testNamesFunction · 0.68