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

Whitespace cleanups. #5

Open rwe opened 9 years ago

rwe commented 9 years ago

My editor was going nuts with all of the trailing whitespace (trimming it all automatically which munged up the diffs). Easy to fix once, though.