How to choose an integer linear programming solver?

前端 未结 5 2002
一整个雨季
一整个雨季 2020-12-15 17:24

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++/obj

5条回答
  •  悲哀的现实
    2020-12-15 18:01

    Linear Programming from Wikipedia covers a few different algorithms that you could do some digging into to see which may work best for you. Does that help or were you wanting something more specific?

提交回复
热议问题