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

Function Highs_getHighsIntOptionValue

highs/interfaces/highs_c_api.cpp:1746–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744}
1745
1746HighsInt Highs_getHighsIntOptionValue(const void* highs, const char* option,
1747 HighsInt* value) {
1748 ((Highs*)highs)
1749 ->deprecationMessage("Highs_getHighsIntOptionValue",
1750 "Highs_getIntOptionValue");
1751 return Highs_getIntOptionValue(highs, option, value);
1752}
1753
1754HighsInt Highs_getHighsDoubleOptionValue(const void* highs, const char* option,
1755 double* value) {

Callers

nothing calls this directly

Calls 2

Highs_getIntOptionValueFunction · 0.85
deprecationMessageMethod · 0.80

Tested by

no test coverage detected