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

Method getIntOptionValues

highs/lp_data/Highs.cpp:263–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263HighsStatus Highs::getIntOptionValues(const std::string& option,
264 HighsInt* current_value,
265 HighsInt* min_value, HighsInt* max_value,
266 HighsInt* default_value) const {
267 if (getLocalOptionValues(options_.log_options, option, options_.records,
268 current_value, min_value, max_value,
269 default_value) != OptionStatus::kOk)
270 return HighsStatus::kError;
271 return HighsStatus::kOk;
272}
273
274HighsStatus Highs::getDoubleOptionValues(const std::string& option,
275 double* current_value,

Callers 3

getOptionValueMethod · 0.95
Highs_getIntOptionValuesFunction · 0.80
TestOptions.cppFile · 0.80

Calls 1

getLocalOptionValuesFunction · 0.85

Tested by

no test coverage detected