Skip to content

Commit 392ca05

Browse files
committed
doc: details on soft constraint conversion
1 parent 3866402 commit 392ca05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/LinearMPCext.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ are supported, including these restrictions:
221221
- the state estimator must be a [`SteadyKalmanFilter`](@ref) with `direct=true`.
222222
- only block-diagonal weights are allowed.
223223
- the constraint relaxation mechanism is different, so a 1-on-1 conversion of the soft
224-
constraints is impossible (use `Cwt=Inf` to disable relaxation).
224+
constraints is impossible; expect differences in closed-loop behavior near the soft
225+
bounds (or use `Cwt=Inf` to disable relaxation)
225226
226227
But the package has also several exclusive functionalities, such as pre-stabilization,
227228
constrained explicit MPC, and binary manipulated inputs. See the [`LinearMPC.jl`](@extref LinearMPC)

0 commit comments

Comments
 (0)