How to choose an 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/15 20:24 UTC
Read the original article Hit count: 914

Hi all, I am newbie for integer linear programming. I plan to use a integer linear programming solver to solve my combinatorial 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 it depends 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