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

Method writeModel

highs/lp_data/Highs.cpp:872–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872HighsStatus Highs::writeModel(const std::string& filename) {
873 return writeLocalModel(model_, filename);
874}
875
876HighsStatus Highs::writePresolvedModel(const std::string& filename) {
877 return writeLocalModel(presolved_model_, filename);

Callers 15

runMethod · 0.95
elasticityFilterMethod · 0.95
runMethod · 0.45
lpOkMethod · 0.45
distillation.pyFile · 0.45
chip0.pyFile · 0.45
Docs.pyFile · 0.45
chip.pyFile · 0.45
test_basicsMethod · 0.45
TestFilereader.cppFile · 0.45

Calls

no outgoing calls

Tested by 4

test_basicsMethod · 0.36
testStandardFormFunction · 0.36
testMpsFunction · 0.36
testUserScaleFunction · 0.36