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

Function Highs_passModelName

highs/interfaces/highs_c_api.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364HighsInt Highs_passModelName(const void* highs, const char* name) {
365 return (HighsInt)((Highs*)highs)->passModelName(std::string(name));
366}
367
368HighsInt Highs_readOptions(const void* highs, const char* filename) {
369 return (HighsInt)((Highs*)highs)->readOptions(filename);

Callers

nothing calls this directly

Calls 1

passModelNameMethod · 0.80

Tested by

no test coverage detected