fslaborg / flips

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

Create Expression Evaluation Function #38

Closed matthewcrews closed 4 years ago

matthewcrews commented 4 years ago

Need a function which: Solution -> LinearExpression -> float This is needed to cleanly map back to the input values

matthewcrews commented 4 years ago

Decided to go with a different composition model