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

Function Highs_getIntOptionValues

highs/interfaces/highs_c_api.cpp:468–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468HighsInt Highs_getIntOptionValues(const void* highs, const char* option,
469 HighsInt* current_value, HighsInt* min_value,
470 HighsInt* max_value,
471 HighsInt* default_value) {
472 return (HighsInt)((Highs*)highs)
473 ->getIntOptionValues(std::string(option), current_value, min_value,
474 max_value, default_value);
475}
476
477HighsInt Highs_getDoubleOptionValues(const void* highs, const char* option,
478 double* current_value, double* min_value,

Callers 2

Highs_getIntOptionValueFunction · 0.85
fullApiOptionsFunction · 0.85

Calls 1

getIntOptionValuesMethod · 0.80

Tested by 1

fullApiOptionsFunction · 0.68