[Haskell-cafe] Linear programming in Haskell

Matthias Görgens matthias.goergens at googlemail.com
Thu Feb 18 11:46:50 EST 2010


The trick is to use only non-negative variables for the equations.
(That's considered OK in linear programming.  Though you may consider
it cheating.)

By the way, linear programming over rational numbers is in P.


More information about the Haskell-Cafe mailing list