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

Function Highs_setHighsStringOptionValue

highs/interfaces/highs_c_api.cpp:1723–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1721}
1722
1723HighsInt Highs_setHighsStringOptionValue(void* highs, const char* option,
1724 const char* value) {
1725 ((Highs*)highs)
1726 ->deprecationMessage("Highs_setHighsStringOptionValue",
1727 "Highs_setStringOptionValue");
1728 return Highs_setStringOptionValue(highs, option, value);
1729}
1730
1731HighsInt Highs_setHighsOptionValue(void* highs, const char* option,
1732 const char* value) {

Callers

nothing calls this directly

Calls 2

deprecationMessageMethod · 0.80

Tested by

no test coverage detected