This a preliminary version of C++ based open source library COPT. The basic idea is to provide an easy-to-use library for implementing optimization algorithms. COPT mainly contains two parts: Mathematical structures as vector, dense matrix, sparse matrix and so on; Easy-to-followr solver framework. The library is powered by MathU organization in University of Science and Technology of China (USTC). The leaders are Zhouwang Yang, associated professor in USTC and Ruimin Wang, PhD candidate in USTC.
Currently COPT is stiil under development and this is just a preliminary version. In this version we just provide some basic types and framework. If you want to join us in the developing of COPT, please follow the dev-version copt. In the following, we first show the installation of COPT and provide several tutorials for the usage of COPT.
Please see the details