Metadata-Version: 2.4
Name: smcp
Version: 0.5
Summary: Library for sparse matrix cone programs
Author-email: "Martin S. Andersen" <martin.skovgaard.andersen@gmail.com>, Lieven Vandenberghe <vandenbe@ee.ucla.edu>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://cvxopt.github.io/smcp/
Project-URL: Source, https://github.com/cvxopt/smcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cvxopt>=1.3.3
Requires-Dist: chompack>=2.3.4
Dynamic: license-file

# SMCP — Solver for sparse matrix cone programs

## Build Status

[![Documentation Status](https://readthedocs.org/projects/smcp/badge/?version=latest)](http://smcp.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

## Documentation

Documentation available at http://smcp.readthedocs.io


## Quick Install

```
pip install smcp
```
