Skip to content

Commit

Permalink
manual check for constraints / multipliers seems fine
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMartinon committed Aug 23, 2024
1 parent bf3a303 commit 8c6c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function CTBase.OptimalControlSolution(docp, T, X, U, v, P;
infos = Dict{Symbol,Any}()
infos[:constraints_violation] = constraints_violation

# +++ put interpolations here directly
# +++ put interpolations here directly and reuse vectors ?
# nonlinear constraints and multipliers
(control_constraints, state_constraints, mixed_constraints, boundary_constraints, variable_constraints, mult_control_constraints, mult_state_constraints, mult_mixed_constraints, mult_boundary_constraints, mult_variable_constraints) = set_constraints_and_multipliers(T, constraints_types, constraints_mult)
# box constraints multipliers
Expand Down

0 comments on commit 8c6c4d0

Please sign in to comment.