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

Method openLogFile

highs/lp_data/Highs.cpp:5091–5094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5089}
5090
5091HighsStatus Highs::openLogFile(const std::string& log_file) {
5092 highsOpenLogFile(options_.log_options, options_.records, log_file);
5093 return HighsStatus::kOk;
5094}
5095
5096HighsStatus Highs::closeLogFile() {
5097 // Work with a copy of the pointer for brevity

Callers 2

mainFunction · 0.80
TestIO.cppFile · 0.80

Calls 1

highsOpenLogFileFunction · 0.70

Tested by

no test coverage detected