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++
有没有好的并行混合整数编程优化器可以在Linux上运行?特别是那些提供高级语言api的人,比如Java、c#或c++
1 个解决方案
#1
2
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.
ILOG CPLEX优化器(ILOG CPLEX Optimizer)是用于线性编程、混合整数编程和IBM的二次编程的高性能数学编程求解器,它所做的正是您所需要的。
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.
最新版本(v12.4)提供了确定性的并行搜索,并为包括c#、Java和c++在内的各种语言提供了API支持。免费供学术使用;否则,在你决定购买之前,你的选择就是试用版。
#1
2
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.
ILOG CPLEX优化器(ILOG CPLEX Optimizer)是用于线性编程、混合整数编程和IBM的二次编程的高性能数学编程求解器,它所做的正是您所需要的。
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.
最新版本(v12.4)提供了确定性的并行搜索,并为包括c#、Java和c++在内的各种语言提供了API支持。免费供学术使用;否则,在你决定购买之前,你的选择就是试用版。