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

Function writeHessianPicToFile

highs/util/HighsMatrixPic.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26HighsStatus writeHessianPicToFile(const HighsOptions& options,
27 const std::string& fileprefix,
28 const HighsHessian& hessian) {
29 return writeMatrixPicToFile(options, fileprefix, hessian.dim_, hessian.dim_,
30 hessian.start_, hessian.index_);
31}
32
33HighsStatus writeMatrixPicToFile(const HighsOptions& options,
34 const std::string& fileprefix,

Callers 2

passModelMethod · 0.85
matrixImageMethod · 0.85

Calls 1

writeMatrixPicToFileFunction · 0.85

Tested by

no test coverage detected