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

Function Highs_getHighsStringOptionValue

highs/interfaces/highs_c_api.cpp:1762–1768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762HighsInt Highs_getHighsStringOptionValue(const void* highs, const char* option,
1763 char* value) {
1764 ((Highs*)highs)
1765 ->deprecationMessage("Highs_getHighsStringOptionValue",
1766 "Highs_getStringOptionValue");
1767 return Highs_getStringOptionValue(highs, option, value);
1768}
1769
1770HighsInt Highs_getHighsOptionType(const void* highs, const char* option,
1771 HighsInt* type) {

Callers

nothing calls this directly

Calls 2

deprecationMessageMethod · 0.80

Tested by

no test coverage detected