Skip to content

Commit 77157e9

Browse files
authored
Merge pull request #370 from JuliaControl/doc_correction
doc: minor correction
2 parents 5628046 + 256042f commit 77157e9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/controller/transcription.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,11 +1421,10 @@ defects of the deterministic states are computed with:
14211421
- \mathbf{x̂_d}(k+j+1)
14221422
```
14231423
for ``j = 0, 1, ... , H_p-1`` and in which the deterministic state ``\mathbf{x̂_d}`` are the
1424-
first `model.nx` elements of the augmented states ``\mathbf{x̂_0}``, and they extracted from
1425-
the decision variable `Z̃`. The function ``\mathbf{f}`` is the deterministic state update
1426-
function [`f!`](@ref). The disturbed input ``\mathbf{û_0}`` is defined in [`f̂!`](@ref)
1427-
documentation. The defects of the stochastic states are linear equality constraints (see
1428-
[`init_defectmat`](@ref)).
1424+
first `model.nx` elements of the augmented states ``\mathbf{x̂_0}``, and they are
1425+
extracted from the decision variable `Z̃`. The function ``\mathbf{f}`` is the deterministic
1426+
state update function [`f!`](@ref). The disturbed input ``\mathbf{û_0}`` is defined in
1427+
[`f̂!`](@ref) documentation.
14291428
"""
14301429
function con_nonlinprogeq!(
14311430
geq, X̂0, Û0, K,

0 commit comments

Comments
 (0)