Subject: | make Math-LP-Solve work with lp_solve 5.5 |
Date: | Fri, 10 Dec 2010 15:07:51 -0500 |
To: | bug-Math-LP-Solve [...] rt.cpan.org |
From: | Alejandro Ochoa <ochoa [...] princeton.edu> |
Hi,
The bug is that current Math::LP::Solve uses the very old lp_solve 3.2.
A different user has already reported that the link to the source file
is broken and he suggested a new link. However, the proper solution is
to make it work with the newest lp_solve, really any version in the 5.5
series (latest is 5.5.2.0 AFAIK). The main reason to upgrade is
increased performance, but I'm sure bugfixes and features have been
added as well.
lp_solve documentation:
http://lpsolve.sourceforge.net/5.5/
Source:
http://sourceforge.net/projects/lpsolve/
I wish I knew how to fix this (use SWIG), but I don't. Thank you very
much, your help will be greatly appreciated!
-Alex