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

Function writeLpMatrixPicToFile

highs/util/HighsMatrixPic.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <fstream>
18
19HighsStatus writeLpMatrixPicToFile(const HighsOptions& options,
20 const std::string& fileprefix,
21 const HighsLp& lp) {
22 return writeMatrixPicToFile(options, fileprefix, lp.num_row_, lp.num_col_,
23 lp.a_matrix_.start_, lp.a_matrix_.index_);
24}
25
26HighsStatus writeHessianPicToFile(const HighsOptions& options,
27 const std::string& fileprefix,

Callers 2

passModelMethod · 0.85
matrixImageMethod · 0.85

Calls 1

writeMatrixPicToFileFunction · 0.85

Tested by

no test coverage detected