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

Method writeToFileLineEnd

highs/io/FilereaderLp.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void FilereaderLp::writeToFileLineEnd(FILE* file) {
327 fprintf(file, "\n");
328 this->linelength = 0;
329}
330
331void FilereaderLp::writeToFileValue(FILE* file, const double value,
332 const bool force_plus) {

Callers 1

writeModelToFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected