fslaborg / flips

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

Benchmark problems with answers #122

Open matthewcrews opened 3 years ago

matthewcrews commented 3 years ago

We should have a battery of tests with known solutions to ensure that the modeling of problems is accurately mapping to and from the backend solvers.

smoothdeveloper commented 3 years ago

I was thinking of adding code in examples project that also exports the variables to a flat file.

That code which exports the variables can be reused in the benchmark project with more complex models.