Skip to content

Commit 60bfa6e

Browse files
committed
doc: adding custom linear and nonlinear constraints in README
1 parent 9014c47 commit 60bfa6e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ for more detailed examples.
8181
- 📸 **Linearization**: Auto-differentiation for exact Jacobians.
8282
- ⚙️ **Adaptive MPC**: Manual model updates or automatic successive linearization.
8383
- 🏎️ **Explicit MPC**: Specialized for unconstrained problems.
84-
- 🚧 **Constraints**: Soft/hard limits on inputs, outputs, increments, and terminal states.
84+
- 🚧 **Bounds**: Soft/hard limits on inputs, outputs, increments, and terminal states.
85+
- 🚫 **Contraints**: Soft/hard custom linear and nonlinear inequality constraints.
8586
- 🔁 **Feedback**: Internal model or state estimators (see features below).
86-
- 📡 **Feedforward**: Integrated support for measured disturbances.
87+
- 📡 **Feedforward**: Integrated support for measured disturbances.
8788
- 🔮 **Preview**: Custom predictions for setpoints and measured disturbances.
8889
- 📈 **Offset-Free**: Automatic model augmentation with integrators.
8990
- 📊 **Visuals**: Easy integration with `Plots.jl`.

0 commit comments

Comments
 (0)