Skip to content

Commit

Permalink
Change nlpmodels.jl to use ConcreteStructs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 21, 2024
1 parent af5b600 commit 117c6dc
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "f82d4f25fcfe31a45d52dae8a3020a2e2d59cb05"
project_hash = "2543662d4ae9a028688a91904cf8362a08c98322"

[[deps.ADNLPModels]]
deps = ["ColPack", "ForwardDiff", "LinearAlgebra", "NLPModels", "Requires", "ReverseDiff", "SparseArrays"]
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -15,6 +16,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
ADNLPModels = "0.7"
ConcreteStructs = "0.2.3"
Ipopt = "1"
JuMP = "1.15"
Nonconvex = "2"
Expand Down

0 comments on commit 117c6dc

Please sign in to comment.