From d168e8f33ec8fa2708b6af5595efbb76f3047d84 Mon Sep 17 00:00:00 2001 From: HansRobo Date: Thu, 7 Jan 2021 17:37:01 +0900 Subject: [PATCH] Fix typo in abstract_constraint.jl --- src/abstract_constraint.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abstract_constraint.jl b/src/abstract_constraint.jl index 4d9891fb..52c1eff6 100644 --- a/src/abstract_constraint.jl +++ b/src/abstract_constraint.jl @@ -190,7 +190,7 @@ All constraints are categorized into the following type tree: ↙ ↘ StageConstraint CoupledConstraint ↙ ↘ ↙ ↘ -StageConstraint ControlConstraint CoupledStateConstraint CoupledControlConstraint +StateConstraint ControlConstraint CoupledStateConstraint CoupledControlConstraint ``` The state and control dimensions (where applicable) can be queried using @@ -570,4 +570,4 @@ function gen_views( else view(∇c, :, 1:n), view(∇c, :, n .+ (1:m)) end -end \ No newline at end of file +end