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

Method getStringOptionValues

highs/lp_data/Highs.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285HighsStatus Highs::getStringOptionValues(const std::string& option,
286 std::string* current_value,
287 std::string* default_value) const {
288 if (getLocalOptionValues(options_.log_options, option, options_.records,
289 current_value, default_value) != OptionStatus::kOk)
290 return HighsStatus::kError;
291 return HighsStatus::kOk;
292}
293
294HighsStatus Highs::getRunDataValue(const std::string& run_data,
295 HighsInt& value) const {

Callers 3

getOptionValueMethod · 0.95
TestOptions.cppFile · 0.80

Calls 1

getLocalOptionValuesFunction · 0.85

Tested by

no test coverage detected