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

Method writeToFileVar

highs/io/FilereaderLp.cpp:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void FilereaderLp::writeToFileVar(FILE* file, const std::string var_name) {
342 this->writeToFile(file, " %s", var_name.c_str());
343}
344
345void FilereaderLp::writeToFileMatrixRow(FILE* file, const HighsInt iRow,
346 const HighsSparseMatrix& ar_matrix,

Callers 2

writeToFileMatrixRowMethod · 0.95
writeModelToFileMethod · 0.95

Calls 2

writeToFileMethod · 0.95
c_strMethod · 0.80

Tested by

no test coverage detected