RandyTek
RandyTek

Reputation: 4754

Is there any good parallel Mixed-Integer Programming optimizer which can run on the Linux?

Is there any good parallel Mixed-Integer Programming optimizer which can run on the Linux? Especially those who provide APIs of high level language, such as Java, C#, or C++

Upvotes: 2

Views: 519

Answers (1)

pad
pad

Reputation: 41290

ILOG CPLEX Optimizer, a high-performance mathematical programming solver for linear programming, mixed integer programming, and quadratic programming from IBM, does exactly what you need.

The latest version (v12.4) provides deterministic parallel search and has API support for various languages including C#, Java and C++. It is free for academic use; otherwise, your option is a trial version before you decide to buy it.

Upvotes: 2

Related Questions