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

Function Highs_setDoubleOptionValue

highs/interfaces/highs_c_api.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397HighsInt Highs_setDoubleOptionValue(void* highs, const char* option,
398 const double value) {
399 return (HighsInt)((Highs*)highs)->setOptionValue(std::string(option), value);
400}
401
402HighsInt Highs_setStringOptionValue(void* highs, const char* option,
403 const char* value) {

Callers 5

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

Calls 1

setOptionValueMethod · 0.45

Tested by 2

fullApiOptionsFunction · 0.68
optionsFunction · 0.68