Skip to content

Commit a09a56f

Browse files
authored
Merge pull request #137 from control-toolbox/88-dev-adding-models-for-exa
88 dev adding models for exa
2 parents f294b93 + b11d0dc commit a09a56f

File tree

122 files changed

+5105
-2121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+5105
-2121
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimalControlProblems"
22
uuid = "59046045-fb9c-4c23-964f-ff0a25704f96"
33
authors = ["Olivier Cots <[email protected]>"]
4-
version = "0.2.2"
4+
version = "0.3.0"
55

66
[deps]
77
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
@@ -24,7 +24,7 @@ OptimalControlModels = "OptimalControl"
2424
[compat]
2525
ADNLPModels = "0.8"
2626
CTBase = "0.16"
27-
CTDirect = "0.16"
27+
CTDirect = "0.17"
2828
CTModels = "0.6"
2929
DocStringExtensions = "0.9"
3030
ExaModels = "0.9"

docs/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1313
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1414
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
1515
OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
16+
OptimalControlProblems = "59046045-fb9c-4c23-964f-ff0a25704f96"
1617
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1718
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1819
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
@@ -25,7 +26,9 @@ Documenter = "1"
2526
DocumenterInterLinks = "1"
2627
DocumenterMermaid = "0.2"
2728
ExaModels = "0.9"
29+
FilePathsBase = "0.9"
2830
Ipopt = "1"
31+
JSON = "0.21"
2932
JuMP = "1"
3033
Markdown = "1"
3134
NLPModels = "0.21"
@@ -34,3 +37,4 @@ OptimalControl = "1"
3437
Plots = "1"
3538
Printf = "1"
3639
TOML = "1"
40+
Tables = "1"

0 commit comments

Comments
 (0)