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

Function Highs_getDoubleOptionValue

highs/interfaces/highs_c_api.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435HighsInt Highs_getDoubleOptionValue(const void* highs, const char* option,
436 double* value) {
437 return Highs_getDoubleOptionValues(highs, option, value, nullptr, nullptr,
438 nullptr);
439}
440
441HighsInt Highs_getStringOptionValue(const void* highs, const char* option,
442 char* value) {

Callers 5

full_apiFunction · 0.85
full_apiFunction · 0.85
fullApiOptionsFunction · 0.85
optionsFunction · 0.85

Calls 1

Tested by 2

fullApiOptionsFunction · 0.68
optionsFunction · 0.68