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

Function Highs_getDoubleOptionValues

highs/interfaces/highs_c_api.cpp:477–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477HighsInt Highs_getDoubleOptionValues(const void* highs, const char* option,
478 double* current_value, double* min_value,
479 double* max_value, double* default_value) {
480 return (HighsInt)((Highs*)highs)
481 ->getDoubleOptionValues(std::string(option), current_value, min_value,
482 max_value, default_value);
483}
484
485HighsInt Highs_getStringOptionValues(const void* highs, const char* option,
486 char* current_value, char* default_value) {

Callers 2

fullApiOptionsFunction · 0.85

Calls 1

getDoubleOptionValuesMethod · 0.80

Tested by 1

fullApiOptionsFunction · 0.68