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

Function Highs_getStringOptionValue

highs/interfaces/highs_c_api.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441HighsInt Highs_getStringOptionValue(const void* highs, const char* option,
442 char* value) {
443 return Highs_getStringOptionValues(highs, option, value, nullptr);
444}
445
446HighsInt Highs_getOptionType(const void* highs, const char* option,
447 HighsInt* type) {

Callers 1

Calls 1

Tested by

no test coverage detected