@@ -100,7 +100,7 @@ function OptimalControlSolution(
100
100
state:: Function ,
101
101
control:: Function ,
102
102
objective:: ctNumber ,
103
- variable:: Union{Nothing, Variable} = nothing ,
103
+ variable:: Union{Nothing, Variable} = nothing ,
104
104
costate:: Union{Nothing, Function} = nothing ,
105
105
time_grid:: Union{Nothing, TimesDisc} = nothing ,
106
106
iterations:: Union{Nothing, Integer} = nothing ,
@@ -110,10 +110,10 @@ function OptimalControlSolution(
110
110
infos:: Dict{Symbol, Any} = Dict {Symbol, Any} (),
111
111
boundary_constraints:: Union{Nothing, ctVector} = nothing ,
112
112
mult_boundary_constraints:: Union{Nothing, ctVector} = nothing ,
113
- variable_constraints:: Union{Nothing, ctVector} = nothing ,
114
- mult_variable_constraints:: Union{Nothing, ctVector} = nothing ,
115
- mult_variable_box_lower:: Union{Nothing, ctVector} = nothing ,
116
- mult_variable_box_upper:: Union{Nothing, ctVector} = nothing ,
113
+ variable_constraints:: Union{Nothing, ctVector} = nothing ,
114
+ mult_variable_constraints:: Union{Nothing, ctVector} = nothing ,
115
+ mult_variable_box_lower:: Union{Nothing, ctVector} = nothing ,
116
+ mult_variable_box_upper:: Union{Nothing, ctVector} = nothing ,
117
117
control_constraints:: Union{Nothing, Function} = nothing ,
118
118
mult_control_constraints:: Union{Nothing, Function} = nothing ,
119
119
state_constraints:: Union{Nothing, Function} = nothing ,
@@ -132,7 +132,7 @@ function OptimalControlSolution(
132
132
objective = objective,
133
133
costate = costate,
134
134
time_grid = time_grid,
135
- variable= variable,
135
+ variable = variable,
136
136
iterations = iterations,
137
137
stopping = stopping,
138
138
message = message,
0 commit comments