Skip to content

Latest commit

 

History

History
143 lines (118 loc) · 4.85 KB

README-60.md

File metadata and controls

143 lines (118 loc) · 4.85 KB

COPT 6.0

COPT (Cardinal Optimizer) is a mathematical optimization solver for large-scale optimization problems. It includes high-performance solvers for LP, MIP, SDP, (MI)SOCP, convex (MI)QP and convex (MI)QCP.

The optimizer supports all major operating systems (64-bit), including Windows, Linux, and MacOS. It provides interfaces to Julia, Python, PuLP, Pyomo, Fortran, C, C++, C#, Java, AIMMS, AMPL, GAMS and CVXPY.

If you don't have a valid COPT 6.0 license yet, please apply for free personal license from COPT application page.

Full COPT documentation is available here.

Reference

If you used COPT in your research work, please mention us in your publication. For example:

  • We used COPT [1] in our project.
  • To solve the integer problem, we used Cardinal Optimizer [1].

with the following entry in the Reference section:
[1] D. Ge, Q. Huangfu, Z. Wang, J. Wu. and Y. Ye. Cardinal Optimizer (COPT) user guide. https://guide.coap.online/copt/en-doc, 2022.

The corresponding BiBTeX citation is:

@misc{copt,
  author={Dongdong Ge and Qi Huangfu and Zizhuo Wang and Jian Wu and Yinyu Ye},
  title={Cardinal {O}ptimizer {(COPT)} user guide},
  howpublished={https://guide.coap.online/copt/en-doc},
  year=2022
}

Download links

The latest COPT 6.0 patch release is COPT 6.0.5. You can use it with any valid COPT 6.0 license.

Download links for supported platforms are:

Windows
We recommend the Installer, but you can use the zip package too.

MacOS (Intel)
We recommend the Installer, but you can use the tar.gz package too.

MacOS (Apple M1)
We recommend the Installer, but you can use the tar.gz package too.

Linux
Please use the tar.gz package

Linux (ARM64)
Please use the tar.gz package

Release notes

COPT 6.0.5
==========
Fixed an issue regarding mixed linear, conic and semidefinite models
Fixed a performance issue regarding MIP presolver
Fixed a performance issue regarding MIP heuristic implementation
Fixed a performance issue regarding Python modeling
Fixed a memory issue regarding modeling API
Added support to nameprefix with Chinese
Fixed other bugs and issues

COPT 6.0.4
==========
Added Python matrix modeling method (requires Python 3.8 or above)
Added documentations and examples regarding Python matrix modeling
Fixed an issue regarding postsolve when an LP is presolved to empty

COPT 6.0.3
==========
Introduced LPMETHOD=5 which chooses the best LP solver automatically
Improved performance and stability of barrier LP solver
Improved the LP presolver
Fixed bugs in LP presolver
Fixed a performance issue of MIP solver

COPT 6.0.2
==========
Improved the LP presolver
Revised tuner behavior when the baseline MIP gap is infinite
Added support to Python 3.11
Added support to coptpy-stubs
Fixed issues in SDP solvers
Fixed other bugs and issues

COPT 6.0.1
==========
Improved performance of MISOCP solver
Improved performance of SDP solver
Improved accuracy of QP solver
Added support to cluster logging files and callbacks
Added support to user parameters in bin file formats
Added CROSSOVER=-1 which runs crossover to cleanup LP solutions
Fixed a compatible issue regarding old Linux arm64 system
Fixed other issues in MIP solvers
Revised COPT documentations

COPT 6.0.0
==========
Major components introduced in COPT 6.0
COPT MISOCP solver
COPT convex MIQP solver
COPT convex MIQCP solver
COPT Tuner

Major components introduced in previous releases
Parallelized optimization solvers:
COPT MIP solver
COPT LP barrier solver
COPT LP simplex solver
COPT SOCP solver
COPT convex QP solver
COPT convex QCP solver
COPT SDP solver
Utilities:
COPT IIS for infeasible problems
COPT Feas-Relax utility

Modeling interfaces:
Object-oriented: Python, C++, C#, Java
Third-party    : Julia, AMPL, GAMS, PuLP, Pyomo, CVXPY
C interfaces which work with matrices and vectors

Licensing and remote services:
COPT personal license
COPT server license
COPT floating token server
COPT cluster server

Supported platforms and OS:
Windows: x86
Linux  : x86 and arm64
MacOSX : x86 and arm64