cvxpy_constraints
CVXPy-lowered constraint dataclass.
LoweredCvxpyConstraints
dataclass
¶
CVXPy-lowered convex constraints.
Contains constraints that have been lowered to CVXPy constraint objects. These are added directly to the optimal control problem without linearization.
Attributes:
| Name | Type | Description |
|---|---|---|
constraints |
list[Constraint]
|
List of CVXPy constraint objects (cp.Constraint). Includes both nodal and cross-node convex constraints. |