Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quadratic programming in Haskell

Are there any Haskell bindings for quadratic programming libraries?

If not, which one should I write simplified bindings for assuming I cannot avoid needing one? Is there a reasonably canonically favored open source library for this?

like image 589
Jeff Burdges Avatar asked Mar 12 '12 18:03

Jeff Burdges


1 Answers

There probably isn't. Way back in the day I had to whip up my own linear programming bindings -- glpk-hs -- but I doubt anything's come along for quadratic programming since then.

like image 103
Louis Wasserman Avatar answered Oct 20 '22 02:10

Louis Wasserman