fslaborg / flips

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

Flips.Examples: export samples to csv format #117

Closed smoothdeveloper closed 3 years ago

smoothdeveloper commented 3 years ago

this will help to review decision contents of solution easily.

smoothdeveloper commented 3 years ago

@matthewcrews the CI build fails because there is a wrong target framework moniker in the paket.lock, do you want to cherry pick this commit and bring it to main? I think it will solve the CI.

https://github.com/matthewcrews/flips/commit/8439e57f3d5b8bc6d41e75842a9f171a63dc3a71

matthewcrews commented 3 years ago

I cherry picked that commit and merged it to main but this still fails. It appears that Paket is having an issue with the net50 restriction. I've looked through the Paket source code and it appears that net5.00 should be a valid restriction. I also tried bumping the version of Paket up to 6.0.0-beta3 but that didn't resolve it either.

smoothdeveloper commented 3 years ago

Not sure what's going on with that paket error, I replaced instances of net50 with netcoreapp5.0 in the paket.lock file and it looks green now.