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

Function Highs_passColName

highs/interfaces/highs_c_api.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359HighsInt Highs_passColName(const void* highs, const HighsInt col,
360 const char* name) {
361 return (HighsInt)((Highs*)highs)->passColName(col, std::string(name));
362}
363
364HighsInt Highs_passModelName(const void* highs, const char* name) {
365 return (HighsInt)((Highs*)highs)->passModelName(std::string(name));

Callers 2

passColNameMethod · 0.85
testNamesFunction · 0.85

Calls 1

passColNameMethod · 0.45

Tested by 1

testNamesFunction · 0.68