fslaborg / flips

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

build project Flips when in debug #143

Closed TysonMN closed 3 years ago

TysonMN commented 3 years ago

I think I figured out why complication was inconsistent for me. The Flips project did not specify that it should be built when in the debug configuration.

This PR configures the Flips project to built when in debug configuration.

smoothdeveloper commented 3 years ago

I think this went unnoticed because people using the x64 target rather than AnyCpu.

In that context, I'm not sure Flips itself needs to commit to x64, but the native libraries are architecture dependant, so we will need to consider what it means for individual solver packages.