2. OverviewĀ¶
MindOpt-0.25.0 is an efficient optimization software with current capabilities as described below. More capabilities are under development, please pay attention to our release notice.
- Following methods are implemented in MindOpt-0.25.0:
The primal/dual simplex method and the interior point method (IPM) for solving linear programming (LP) problems.
The interior point method for convex quadratic programming (QP) problems.
An branch-and-cut solver for mixed-integer linear programming (MILP) problems.
An solver for Semi-definite programming (SDP) problems.
- Supports for calling MindOpt-0.25.0 :
OS platforms: Windows/Linux/macOS, with X86 architecture.
Interface: Command-line, C language, C++, Python, Java .
Modeling languages: AMPL, Pyomo, PuLP, and MAPL (MindOpt APL).
Input file formats for optimization problems: .lp, .mps, .nl, .dat-s.
Run mode: A Local version for running in one computer. A Client/Server (C/S) version for using your computers (clients) to sent the problems to the remote computing server cluster for solving.
- Authentication method:
Floating License. Checking authentication by the remote cloud server, but run the application locally in your own computer.
Local License. The license is bound to the cpu-id of your computer.
- 2.1. Introduction
- 2.2. Changelog
- 2.2.1. MindOpt 0.25.0
- 2.2.2. MindOpt 0.24.1
- 2.2.3. MindOpt 0.24.0
- 2.2.4. MindOpt 0.23.1
- 2.2.5. MindOpt 0.23.0
- 2.2.6. Previous versions
- 2.2.6.1. MindOpt 0.20.2
- 2.2.6.2. MindOpt 0.20.1
- 2.2.6.3. MindOpt 0.20.0
- 2.2.6.4. MindOpt 0.19.0
- 2.2.6.5. MindOpt 0.16.0
- 2.2.6.6. MindOpt 0.15.1
- 2.2.6.7. MindOpt 0.15.0
- 2.2.6.8. MindOpt 0.14.0
- 2.2.6.9. MindOpt 0.13.0
- 2.2.6.10. MindOpt 0.12.1
- 2.2.6.11. MindOpt 0.12.0
- 2.2.6.12. MindOpt 0.11.1
- 2.2.6.13. MindOpt 0.11.0
- 2.2.6.14. MindOpt 0.10.0
- 2.2.6.15. MindOpt 0.9.1
- 2.2.6.16. MindOpt 0.9.0
- 2.3. License agreement