Skip to content

Commit

Permalink
export solver run_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Feb 1, 2022
1 parent 2ac8579 commit 50ec165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DirectTrajectoryOptimization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export Bound, Bounds, Constraint, Constraints, GeneralConstraint
export Dynamics

# solver
export Solver, Options, initialize_states!, initialize_controls!, solve!, get_trajectory
export solver, Solver, Options, initialize_states!, initialize_controls!, solve!, get_trajectory

# utils
export linear_interpolation
Expand Down

2 comments on commit 50ec165

@thowell
Copy link
Owner Author

@thowell thowell commented on 50ec165 Feb 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/54027

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" 50ec165b646414b52573cee777d31fbe8a3003ef
git push origin v0.1.3

Please sign in to comment.