fslaborg / flips

Fsharp LInear Programming System
https://flipslibrary.com/#/
MIT License
251 stars 32 forks source link

Add option to write MPS file similar to the LP file. #102

Closed smoothdeveloper closed 3 years ago

smoothdeveloper commented 3 years ago

Refactor the samples so only one settings template is passed around to minimize places that need to change when Settings record evolves.

We should consider having Settings.ofSolverType or similar API that gives good default so client code isn't forced to initialize the full record but only alter the relevant properties.