cvxoptsolvers
cvxoptsolvers is a Python package that provides a collection of solvers for convex optimization problems. It acts as an interface to several powerful convex optimization solvers, allowing users to express and solve problems in a unified way. The package aims to simplify the process of using these solvers by offering a consistent API, regardless of the underlying solver being employed.
The primary goal of cvxoptsolvers is to enable users to formulate convex optimization problems using Python
cvxoptsolvers supports various types of convex optimization problems, including linear programming, quadratic programming, second-order cone programming,