Skip to main content

A low-level library to perform the matrix building step in cvxpy, a convex optimization modeling software.

Project description

[![Build Status](https://travis-ci.org/cvxgrp/CVXcanon.svg?branch=master)](https://travis-ci.org/cvxgrp/CVXcanon)

# CVXcanon

## Introduction
Convex optimization modeling tools like CVX, CVXPY, and Convex.Jl translate high-level problem descriptions into low-level, canonical forms that are then passed to an backend solver. CVXcanon is a software package that factors out the common operations that all such modeling systems perform into a single library with a simple C++ interface. CVXcanon removes the need to reimplement this canonicalization process in new languages and provides significant performance gains over high level language implemententations.


## Usage with CVXPY
If you're using CVXPY update to it 0.3.0 or higher.

One can expect a 3 - 10x speed-up over the original CVXPY implementation on most other problems.

## Installation
CVXcanon supports both Python 2 and Python 3.

1. Install ``numpy`` with ``pip`` from the command-line.

```
pip install numpy
```

2. Install ``CVXcanon`` with ``pip`` from the command-line.

```
pip install CVXcanon
```

Note: If you're installing CVXcanon on Windows, a nonstandard system, or wish to build CVXcanon directly from source, you need to install ```swig.``` We are currently working to remove this dependency.

On Linux,

```
sudo apt-get install swig
```

On Mac OSX, using homebrew,

```
brew install swig
```


## Integration with other CVX.* solvers
To use CVXcanon with the CVX solver of your choice one must take the following steps:

1. Represent the problem's objective and constraints each as linear atom trees at some point during the solve process. To convert the linOp trees to a matrix representation, first call the wrapper to convert the high level language linOp tree into a C++ LinOp tree. This involves tree traversal, and some special cases depending on the representation of dense and sparse matrices. You may refer to the ```build_lin_op_tree``` function in **canonInterface.py** to see an example of how this is done.

2. Pass your vector of C++ LinOps into CVXcanon's build matrix function. This will return a ```ProblemData``` structure, containing a sparse matrix representation of the problem data. Currently, final problem data is stored in COO representation using ```std::vector```. You should convert this to a data format accessable to the target language. For Python, this unpacking can be done efficiently using CVXcanon's get{V/I/J} functions, which converts the representation to NUMPY arrays. For future languages, some work may be needed to do this efficiently.

3. With these two steps implemented, you have essentially recreated **canonInterface.py** in the language of your choice. You now should be able to execute code of the form

```python
V, I, J, b = canonInterface.get_problem_matrix(lin_expr_tree, var_offset_map)
```
where ```V, I, J``` is a COO representation of the problem matrix ```A```. Matrix ```V, I, J``` and vector ```b``` can then be passed to your solver as needed.

## Code Organization
- **/src/** contains the source code for CVXcanon
- **CVXcanon.(c/h)pp** implements the matrix building algorithm. This file also provides the main access point into CVXcanon's functionality, the ```build_matrix``` function.
- **LinOp.hpp** defines the LinOp class, linear atoms which we traverse during construction of the matrix.
- **LinOpOperations.(c/h)pp** defines functions to get coefficients corresponding to each of the LinOps. This includes 18 special cases, one for each LinOp.
- **ProblemData.hpp** defines the structure returned by ```build_matrix```, which includes a sparse representation of the problem matrix and the dense constant vector.

- **/CVXCannon** contains code specific to our integration of CVXcanon with CVXPY.
- **canonInterface.py** implements code which calls our SWIG binding of CVXcanon, including the function ```get_problem_matrix```. It also defines a function to create a C++ LinOp tree from a Python LinOp tree, handling a variety of special cases related to data representation.
- **CVXcanon.py** the Python binding autmatically generated by SWIG.

- **CVXcanon.i** exposes functions and data types to SWIG, which automatically generate bindings for CVXcanon in a variety of common programming languages.

- **/tests/** contains code to test the accuracy and performance of CVXcanon. **test_linops.py** tests a variety of problems to ensure that our basic LinOp construction and representation is correct. **huge_testman.py** benchmarks CVXcanon on a variety of EE364A problems.



## Contact
If you have comments or concerns, please do not hesitate to contact one of us at {piq93,jackzhu,millerjp}@stanford.edu.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CVXcanon-0.0.22.tar.gz (689.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

CVXcanon-0.0.22-cp33-cp33m-macosx_10_6_x86_64.whl (834.5 kB view details)

Uploaded CPython 3.3mmacOS 10.6+ x86-64

CVXcanon-0.0.22-cp27-none-macosx_10_10_intel.whl (740.9 kB view details)

Uploaded CPython 2.7macOS 10.10+ Intel (x86-64, i386)

File details

Details for the file CVXcanon-0.0.22.tar.gz.

File metadata

  • Download URL: CVXcanon-0.0.22.tar.gz
  • Upload date:
  • Size: 689.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CVXcanon-0.0.22.tar.gz
Algorithm Hash digest
SHA256 fba85e1774154b7bc59c7d950e944aa36ebd1fdb409855ff01f2a16086b19bfe
MD5 a80b8ed97715b49637f9ec1a3412b44e
BLAKE2b-256 6bf642e15dd098059cbe9078707f0f0dcef4e819004ceaacf98d08fc097b7e30

See more details on using hashes here.

File details

Details for the file CVXcanon-0.0.22-cp33-cp33m-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for CVXcanon-0.0.22-cp33-cp33m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 e8efb2cc5da95c9d52a416b8d503fce45cbfb8fb0df9780f2f0e0966561aa739
MD5 b9e22c529284ad5110f622839eab67e9
BLAKE2b-256 91cee1f12fa28c34564748080d1b869a848b12d597308eb322f0189a994da78d

See more details on using hashes here.

File details

Details for the file CVXcanon-0.0.22-cp27-none-macosx_10_10_intel.whl.

File metadata

File hashes

Hashes for CVXcanon-0.0.22-cp27-none-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 129bda0c3e9aa76ca77fbc56a221c654945c978db2c62eea5c64faee10d280dd
MD5 545adf22078ebc63d1cc0fb2e85ce5c1
BLAKE2b-256 cc070d676bba98c3e7b8d1f387a4450cf508f9016a5ddf2c2661887a36859fc9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page