How to choose a integer linear programming solver ?

Posted by Cassie on Stack Overflow See other posts from Stack Overflow or by Cassie
Published on 2010-05-07T20:42:52Z Indexed on 2010/05/07 20:48 UTC
Read the original article Hit count: 472

Hi all, I am newbie for integer linear programming.

I plan to use a integer linear programming solver to solve my combinational optimization problem. I am more familiar with C++/object oriented programming on an IDE. Now I am using NetBeans with Cygwin to write my applications most of time.

May I ask if there is an easy use ILP solver for me? Or does it depend on the problem I want to solve ? I am trying to do some resources mapping optimization. please let me know if any further information is required.

Thank you very much, Cassie.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about algorithm-design