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.21.tar.gz (689.5 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.21-cp33-cp33m-macosx_10_6_x86_64.whl (831.0 kB view details)

Uploaded CPython 3.3mmacOS 10.6+ x86-64

CVXcanon-0.0.21-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.21.tar.gz.

File metadata

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

File hashes

Hashes for CVXcanon-0.0.21.tar.gz
Algorithm Hash digest
SHA256 2c8bfd7caf521a7bd2069b92c5462ec03f063806ac9dff1def1cdb4e1c7387c3
MD5 815fe7a87455d1e17cae63046bffa12c
BLAKE2b-256 e333ac81ab3542cd98554a8181dc03e503a2d2c258a843e3c127dfdd6720ba6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CVXcanon-0.0.21-cp33-cp33m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 ad9fe71456b617b2d68f5351bc02caeeffe9b4f306127edaac3bddd781cbdad3
MD5 4cafde544a1b661903485edd35f10d47
BLAKE2b-256 4a36d5a4ae2276b1b74549cd01bcef1839ace6b36d14ceab00527e3163c1c479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CVXcanon-0.0.21-cp27-none-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 f009686673f7134a137d954dcc1d0172cf9d8382b37a05ea9b89d38f8d8fae6d
MD5 1660b3ef1268c300374955d5b37b009c
BLAKE2b-256 a547fcc3c206854b26a70b99cacf29edf23b3c3e58b0703ebce2751d30efa8da

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