cvxpyanalyzer

Analyzer for CVXPY problems


License
Apache-2.0
Install
pip install cvxpyanalyzer==0.0.3

Documentation

A toolkit for analyzing CVXPY problems.

Install via pip install cvxpyanalyzer.

Example usage:

from analyzer import tech_support

# Construct CVXPY problem.
...

# Analyze the problem.
tech_support(problem)