Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
CTDirect = "0.16"
CTDirect = "0.17"
CTFlows = "0.8"
CTModels = "0.6"
CTParser = "0.6"
Expand Down
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
NLPModelsKnitro = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
CTDirect = "0.16"
CTDirect = "0.17"
CTFlows = "0.8"
CTModels = "0.6"
CTParser = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions src/OptimalControl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export constraints,

# CTDirect
import CTDirect:
CTDirect, direct_transcription, set_initial_guess, build_OCP_solution, model
export direct_transcription, set_initial_guess, build_OCP_solution, model
CTDirect, direct_transcription, set_initial_guess, build_OCP_solution, nlp_model, ocp_model
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

thanks @ocots

export direct_transcription, set_initial_guess, build_OCP_solution, nlp_model, ocp_model

# CTFlows
import CTFlows:
Expand Down
Loading