Skip to content

Commit

Permalink
Merge branch 'constraint_revise' of github.com:control-toolbox/CTBase…
Browse files Browse the repository at this point in the history
….jl into constraint_revise
  • Loading branch information
ocots committed Jun 11, 2024
2 parents 5622914 + a7e2023 commit 0d936f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CTBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export BoundaryConstraint, StateConstraint, ControlConstraint, MixedConstraint,
# model
export OptimalControlModel
export Model
export __OCPModel # redirection to Model to avoir confusion with other Model functions from other packages. Due to @def macro
export __OCPModel # redirection to Model to avoid confusion with other Model functions from other packages. Due to @def macro
export variable!, time!, constraint!, dynamics!, objective!, state!, control!, remove_constraint!, constraint
export is_time_independent, is_time_dependent, is_min, is_max, is_variable_dependent, is_variable_independent
export nlp_constraints, constraints_labels
Expand Down

0 comments on commit 0d936f4

Please sign in to comment.