# PuLP, Version 1.4.2
# Copyright J.S. Roy (js@jeannot.org), 2003-2005
# Copyright Stuart A. Mitchell (stu@stuartmitchell.com)
# See the LICENSE file for copyright information.

PuLP is an LP modeler written in python. PuLP can generate MPS or LP files
and call GLPK[1], COIN CLP/CBC[2], CPLEX[3], and GUROBI[4] to solve linear
problems.

See test1.py and test2.py for simple commented examples.
See test3.py, test4.py and test5.py for slightly more complex examples.

PuLP requires Python >= 2.5.


The examples require at least a solver in your PATH or a shared library file.


Some errors are not handled carefully (if at all), and documentation is
found on https://www.coin-or.org/PuLP/.

Comments, bug reports, patches and suggestions are welcome.

References:
[1] http://www.gnu.org/software/glpk/glpk.html
[2] http://www.coin-or.org/
[3] http://www.cplex.com/
[4] http://www.gurobi.com/
