# cvxopt **Repository Path**: eric801/cvxopt ## Basic Information - **Project Name**: cvxopt - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CVXOPT ====== Python Software for Convex Optimization * [Website](http://cvxopt.org) * [Documentation](http://cvxopt.org/userguide) * [Google Groups forum](https://groups.google.com/forum/#!forum/cvxopt) Release info ------------ [![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![GitHub release](https://img.shields.io/github/release/cvxopt/cvxopt.svg)](https://github.com/cvxopt/cvxopt/releases/latest) [![PyPI](https://img.shields.io/pypi/v/cvxopt.svg)](https://pypi.python.org/pypi/cvxopt) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/cvxopt/badges/version.svg)](https://anaconda.org/conda-forge/cvxopt) Related projects ---------------- * [CVXOPT wheels](https://github.com/cvxopt/cvxopt-wheels) * [CVXOPT conda-forge package](https://github.com/conda-forge/cvxopt-feedstock) * [Julia interface to CVXOPT](https://github.com/cvxopt/CVXOPT.jl) * [MATLAB interface to CVXOPT](https://github.com/cvxopt/cvxopt-matlab) Build status ------------ | | [master](https://github.com/cvxopt/cvxopt/tree/master) | [dev](https://github.com/cvxopt/cvxopt/tree/dev) | |-------------|--------|-----| | Linux/macOS | [![Build Status](https://travis-ci.org/cvxopt/cvxopt.svg?branch=master)](https://travis-ci.org/cvxopt/cvxopt) | [![Build Status](https://travis-ci.org/cvxopt/cvxopt.svg?branch=dev)](https://travis-ci.org/cvxopt/cvxopt)| | Windows | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/cvxopt/cvxopt?branch=master&svg=true)](https://ci.appveyor.com/project/martinandersen/cvxopt) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/cvxopt/cvxopt?branch=dev&svg=true)](https://ci.appveyor.com/project/martinandersen/cvxopt) | | Coveralls | [![Coverage Status](https://coveralls.io/repos/github/cvxopt/cvxopt/badge.svg?branch=master)](https://coveralls.io/github/cvxopt/cvxopt?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/cvxopt/cvxopt/badge.svg?branch=dev)](https://coveralls.io/github/cvxopt/cvxopt?branch=dev) | | Readthedocs | [![RTFD Status](https://readthedocs.org/projects/cvxopt/badge/?version=latest)](http://cvxopt.readthedocs.io/en/latest/?badge=latest) | [![RTFD Status](https://readthedocs.org/projects/cvxopt/badge/?version=dev)](http://cvxopt.readthedocs.io/en/dev/?badge=dev)|