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).
To my knowledge the given codes are possibly comprehensive for solve; however lpsolve.h defines several other error codes and silently falling through seems like a dangerous default.
To my knowledge the given codes are possibly comprehensive for
solve
; howeverlpsolve.h
defines several other error codes and silently falling through seems like a dangerous default.