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

Function Highs_getIntOptionValue

highs/interfaces/highs_c_api.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429HighsInt Highs_getIntOptionValue(const void* highs, const char* option,
430 HighsInt* value) {
431 return Highs_getIntOptionValues(highs, option, value, nullptr, nullptr,
432 nullptr);
433}
434
435HighsInt Highs_getDoubleOptionValue(const void* highs, const char* option,
436 double* value) {

Callers 3

fullApiOptionsFunction · 0.85
optionsFunction · 0.85

Calls 1

Highs_getIntOptionValuesFunction · 0.85

Tested by 2

fullApiOptionsFunction · 0.68
optionsFunction · 0.68