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

Method getBoolOptionValues

highs/lp_data/Highs.cpp:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254HighsStatus Highs::getBoolOptionValues(const std::string& option,
255 bool* current_value,
256 bool* default_value) const {
257 if (getLocalOptionValues(options_.log_options, option, options_.records,
258 current_value, default_value) != OptionStatus::kOk)
259 return HighsStatus::kError;
260 return HighsStatus::kOk;
261}
262
263HighsStatus Highs::getIntOptionValues(const std::string& option,
264 HighsInt* current_value,

Callers 3

getOptionValueMethod · 0.95
TestOptions.cppFile · 0.80

Calls 1

getLocalOptionValuesFunction · 0.85

Tested by

no test coverage detected