Skip to content
Draft

dev #690

Show file tree
Hide file tree
Changes from all 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
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimalControl"
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
authors = ["Olivier Cots <[email protected]>"]
version = "1.1.6"
authors = ["Olivier Cots <[email protected]>"]

[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
Expand All @@ -13,8 +13,12 @@ CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[sources]
CTParser = {rev = "develop", url = "https://github.com/control-toolbox/CTParser.jl"}

[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
Expand All @@ -25,5 +29,6 @@ CTParser = "0.7"
CommonSolve = "0.2"
DocStringExtensions = "0.9"
ExaModels = "0.9"
LinearAlgebra = "1.12.0"
RecipesBase = "1"
julia = "1.10"
2 changes: 2 additions & 0 deletions src/OptimalControl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,6 @@ include("solve.jl")
export solve
export available_methods

include("exa_linalg.jl") # debug: just for dev, using OptimalControl.ExaLinAlg

end
Loading
Loading