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