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

Method writeModel

highs/interfaces/highs_csharp_api.cs:688–691  ·  view source on GitHub ↗
(string filename)

Source from the content-addressed store, hash-verified

686 }
687
688 public HighsStatus writeModel(string filename)
689 {
690 return (HighsStatus)HighsLpSolver.Highs_writeModel(this.highs, filename);
691 }
692
693 public HighsStatus writePresolvedModel(string filename)
694 {

Callers 1

Highs_writeModelFunction · 0.45

Calls 1

Highs_writeModelMethod · 0.80

Tested by

no test coverage detected