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

Function writeOptionsToFile

highs/lp_data/HighsOptions.cpp:962–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962HighsStatus writeOptionsToFile(FILE* file, const HighsLogOptions& log_options,
963 const std::vector<OptionRecord*>& option_records,
964 const bool report_only_deviations,
965 const HighsFileType file_type) {
966 reportOptions(file, log_options, option_records, report_only_deviations,
967 file_type);
968 return HighsStatus::kOk;
969}
970
971void reportOptions(FILE* file, const HighsLogOptions& log_options,
972 const std::vector<OptionRecord*>& option_records,

Callers 2

writeOptionsMethod · 0.85
loadOptionsFunction · 0.85

Calls 1

reportOptionsFunction · 0.70

Tested by

no test coverage detected