Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
Warning
Warning

This Page is still under Construction. Please check back again later.

CVXOPT Description

CVXOPT is a Python-based front-end to a variety of convex and conic optimization solvers. CVXOPT is less flexible, but more efficient than CVX. It also exposes an interface to customize the linear algebra routines used within the conic solvers so that one can create highly efficient, specialized interior point methods for certain problems. See their website for more details.

...