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

Method writeModelToFile

highs/io/FilereaderMps.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80HighsStatus FilereaderMps::writeModelToFile(const HighsOptions& options,
81 const std::string filename,
82 const HighsModel& model) {
83 assert(model.lp_.a_matrix_.isColwise());
84 return writeModelAsMps(options, filename, model,
85 options.mps_parser_type_free);
86}

Callers

nothing calls this directly

Calls 2

writeModelAsMpsFunction · 0.85
isColwiseMethod · 0.80

Tested by

no test coverage detected