alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
https://alphaville.github.io/optimization-engine/
Other
499 stars 53 forks source link

Problems without constraints #137

Closed alphaville closed 4 years ago

alphaville commented 4 years ago

If a problem has no constraints, the user shouldn't be obliged to write

problem.with_constraints(og.NoConstraints())

This is fixed in this PR.