Python Forum
Linear programming - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Linear programming (/thread-16825.html)



Linear programming - PySou - Mar-16-2019

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.


RE: Linear programming - heiner55 - May-26-2019

Scipy is ok.