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

Integer Linear Programming support #10

Open jni opened 8 years ago

jni commented 8 years ago

lpsolve supports ILP, but I didn't see anywhere on the PyLPSolve user guide how to invoke it...

AjayTalati commented 7 years ago

Hi @hoytak and @jni,

I just wondered if you found a way to do integer linear programming with pylpsolve. I'm using R at the moment - be nice to be able to do ILP using pylpsolve.

Thanks a lot for your advice,

Ajay

jni commented 7 years ago

Nothing to report here...

AjayTalati commented 7 years ago

Thanks @jni, I'll post a reply here if I find a way to do it.

Cheers,

Aj