hoytak / pylpsolve

PyLPSolve is an object oriented wrapper for the open source LP solver `lpsolve`_. The focus is on usability and integration with existing python packages used for scientific programming (i.e. numpy and scipy).
http://www.stat.washington.edu/code/pylpsolve
GNU Lesser General Public License v2.1
15 stars 10 forks source link

Raise specific error exception types. #7

Open rwe opened 8 years ago

rwe commented 8 years ago

This enables more easily catching specific conditions like suboptimal solution.

rwe commented 8 years ago

@hoytak I've rebased this now that #2 has been merged in