CLOSE FULL VIEW
F#: History, Today, Tomorrow
Recorded at:
Community comments
Using F# with Solver Foundation was a revelation
by
Faisal Waris
Posted
Some slides are missing...
by
Rodrigo Elias
Posted
Using F# with Solver Foundation was a revelation
by
Faisal Waris
One of my recent revelations about F# was how well Microsoft Solver Foundation and F# go together.
Solver Foundation is Microsoft’s entry into mathematical modeling and optimization (linear programming, constraint programming, etc.).
The revelation was that with F# the model intent remained clear in code and the code was very readable.
I had previously used C# with Solver but the model intent was lost in the jumble of api calls.
Solver Foundation comes with an F# wrapper which I think key to enabling such transparent model code.
Solver Foundation is Microsoft’s entry into mathematical modeling and optimization (linear programming, constraint programming, etc.).
The revelation was that with F# the model intent remained clear in code and the code was very readable.
I had previously used C# with Solver but the model intent was lost in the jumble of api calls.
Solver Foundation comes with an F# wrapper which I think key to enabling such transparent model code.




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think