What libraries should I use for linear programming in python?

Abe picture Abe · Apr 26, 2011 · Viewed 13.1k times · Source

A quick search on "python linear programming" turns up a lot of hits (e.g. this one). Looking through them, I see a fair number of complaints about outdated dependencies, poor documentation, etc.

Can anybody recommend a headache-free (e.g. fast, well-documented, easy-to-install, clean API) linear programming library for python?

Answer

solvingPuzzles picture solvingPuzzles · May 6, 2012

I'd recommend looking at PULP and/or Pyomo.