alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization

Home Page:https://alphaville.github.io/optimization-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python support for Sphere and AffineSpace

alphaville opened this issue · comments

Is your feature request related to a problem? Please describe.
We have two new constraints in Rust: spheres of the Euclidean norm and affine spaces (see #331). We need to provide support for these in Python.

Describe the solution you'd like
We need to create the correspondign classes in Python (Sphere2 and AffineSpace) and modify the Jinja2 templates support code generation for these new constraints.