Skip to content

Commit

Permalink
supports moi solvers without NlpBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKaisermayer committed Nov 26, 2022
1 parent f035d52 commit af4f33c
Show file tree
Hide file tree
Showing 14 changed files with 1,461 additions and 319 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LoggingExtras = "0.4, 0.5, 1"
ProgressLogging = "0.1"
Reexport = "0.2, 1.0"
Requires = "1.0"
SciMLBase = "1.61"
SciMLBase = "1.67"
TerminalLoggers = "0.1"
julia = "1.6"

Expand Down
7 changes: 5 additions & 2 deletions lib/OptimizationMOI/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ version = "0.1.5"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
MathOptInterface = "1"
Expand All @@ -17,6 +19,7 @@ julia = "1"

[extras]
AmplNLWriter = "7c4d4715-977e-5154-bfe0-e096adeac482"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Expand All @@ -25,4 +28,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Ipopt", "AmplNLWriter", "Ipopt_jll", "ModelingToolkit", "NLopt", "Test", "Zygote"]
test = ["HiGHS", "Ipopt", "AmplNLWriter", "Ipopt_jll", "ModelingToolkit", "NLopt", "Test", "Zygote"]
Loading

0 comments on commit af4f33c

Please sign in to comment.