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

Function Highs_getHighsDoubleOptionValue

highs/interfaces/highs_c_api.cpp:1754–1760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1752}
1753
1754HighsInt Highs_getHighsDoubleOptionValue(const void* highs, const char* option,
1755 double* value) {
1756 ((Highs*)highs)
1757 ->deprecationMessage("Highs_getHighsDoubleOptionValue",
1758 "Highs_getDoubleOptionValue");
1759 return Highs_getDoubleOptionValue(highs, option, value);
1760}
1761
1762HighsInt Highs_getHighsStringOptionValue(const void* highs, const char* option,
1763 char* value) {

Callers

nothing calls this directly

Calls 2

deprecationMessageMethod · 0.80

Tested by

no test coverage detected