A rewriting system for convex optimization problems

Akshay Agrawal,Robin Verschueren,Steven Diamond,Stephen Boyd
DOI: https://doi.org/10.1080/23307706.2017.1397554
2018-01-02
Journal of Control and Decision
Abstract:We describe a modular rewriting system for translating optimization problems written in a domain-specific language (DSL) to forms compatible with low-level solver interfaces. Translation is facilitated by reductions, which accept a category of problems and transform instances of that category to equivalent instances of another category. Our system proceeds in two key phases: analysis, in which we attempt to find a suitable solver for a supplied problem, and canonicalization, in which we rewrite the problem in the selected solver’s standard form. We implement the described system in version 1.0 of CVXPY, a DSL for mathematical and especially convex optimization. By treating reductions as first-class objects, our method makes it easy to match problems to solvers well-suited for them and to support solvers with a wide variety of standard forms.
What problem does this paper attempt to address?