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

Method getDoubleOptionValues

highs/lp_data/Highs.cpp:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274HighsStatus Highs::getDoubleOptionValues(const std::string& option,
275 double* current_value,
276 double* min_value, double* max_value,
277 double* default_value) const {
278 if (getLocalOptionValues(options_.log_options, option, options_.records,
279 current_value, min_value, max_value,
280 default_value) != OptionStatus::kOk)
281 return HighsStatus::kError;
282 return HighsStatus::kOk;
283}
284
285HighsStatus Highs::getStringOptionValues(const std::string& option,
286 std::string* current_value,

Callers 3

getOptionValueMethod · 0.95
TestOptions.cppFile · 0.80

Calls 1

getLocalOptionValuesFunction · 0.85

Tested by

no test coverage detected