Python Forum

Full Version: Linear programming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody,

I ned to solve a linear program in python. I did a search and found two options: scipy et Pulp.
I would like to know if there are more packages for LP and which one is the best.

Thanks in advance.
Scipy is ok.