We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LinearMPC
1 parent 60bfa6e commit c5d691aCopy full SHA for c5d691a
1 file changed
docs/src/index.md
@@ -14,7 +14,8 @@ real-time optimization. Modern MPCs based on closed-loop state estimators are th
14
of the package, but classical approaches that rely on internal models are also possible. The
15
`JuMP` and `DifferentiationInterface` dependencies allows the user to test different
16
optimizers and automatic differentiation (AD) backends easily if the performances of the
17
-default settings are not satisfactory.
+default settings are not satisfactory. Linear MPC controllers can be exported to lightweight
18
+and standalone C code via the `LinearMPC` package extension.
19
20
The documentation is divided in two parts:
21
0 commit comments