[Clp] How to get many solutions?

danh hua hcd176 at gmail.com
Sat May 9 01:42:10 EDT 2009


Hi all,

I has an lp problem which has more than one solution, and I want to get all
of them. Is there any way in Clp to do that?

For example, this problem:

            min x + y
            subject to
                  x + y >= 3
                  x >= 0
                  y >= 0
has two solutions (0,3) and (3,0) using the simplex method
If I want to get two solutions, which function in Clp should I use?

Thanks

D.H
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20090509/a0d8320c/attachment.html>


More information about the Clp mailing list