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

Function Highs_setHighsIntOptionValue

highs/interfaces/highs_c_api.cpp:1707–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1705}
1706
1707HighsInt Highs_setHighsIntOptionValue(void* highs, const char* option,
1708 const HighsInt value) {
1709 ((Highs*)highs)
1710 ->deprecationMessage("Highs_setHighsIntOptionValue",
1711 "Highs_setIntOptionValue");
1712 return Highs_setIntOptionValue(highs, option, value);
1713}
1714
1715HighsInt Highs_setHighsDoubleOptionValue(void* highs, const char* option,
1716 const double value) {

Callers

nothing calls this directly

Calls 2

Highs_setIntOptionValueFunction · 0.85
deprecationMessageMethod · 0.80

Tested by

no test coverage detected