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

Function Highs_setHighsDoubleOptionValue

highs/interfaces/highs_c_api.cpp:1715–1721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713}
1714
1715HighsInt Highs_setHighsDoubleOptionValue(void* highs, const char* option,
1716 const double value) {
1717 ((Highs*)highs)
1718 ->deprecationMessage("Highs_setHighsDoubleOptionValue",
1719 "Highs_setDoubleOptionValue");
1720 return Highs_setDoubleOptionValue(highs, option, value);
1721}
1722
1723HighsInt Highs_setHighsStringOptionValue(void* highs, const char* option,
1724 const char* value) {

Callers

nothing calls this directly

Calls 2

deprecationMessageMethod · 0.80

Tested by

no test coverage detected