Skip to content

Commit

Permalink
constraints dims seem ok
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMartinon committed Jun 14, 2024
1 parent ea3be69 commit a6c87be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CTBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export variable!, time!, constraint!, dynamics!, objective!, state!, control!, r
export is_time_independent, is_time_dependent, is_min, is_max, is_variable_dependent, is_variable_independent
export nlp_constraints, constraints_labels
export has_free_final_time, has_free_initial_time, has_lagrange_cost, has_mayer_cost
export dim_boundary_conditions, dim_control_constraints, dim_state_constraints, dim_variable_constraints, dim_mixed_constraints, dim_path_constraints, dim_control_box, dim_state_box, dim_variable_box

# solution
export OptimalControlSolution
Expand Down

0 comments on commit a6c87be

Please sign in to comment.