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

Function Highs_setStringOptionValue

highs/interfaces/highs_c_api.cpp:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402HighsInt Highs_setStringOptionValue(void* highs, const char* option,
403 const char* value) {
404 return (HighsInt)((Highs*)highs)
405 ->setOptionValue(std::string(option), std::string(value));
406}
407
408HighsInt Highs_getNumOptions(const void* highs) {
409 return ((Highs*)highs)->getNumOptions();

Callers 6

fullApiOptionsFunction · 0.85
fullApiMipFunction · 0.85
passPresolveGetLpFunction · 0.85
testDualRayTwiceFunction · 0.85
testFixedLpFunction · 0.85

Calls 1

setOptionValueMethod · 0.45

Tested by 5

fullApiOptionsFunction · 0.68
fullApiMipFunction · 0.68
passPresolveGetLpFunction · 0.68
testDualRayTwiceFunction · 0.68
testFixedLpFunction · 0.68