Skip to content

Commit

Permalink
supports moi solves without support for NlpBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKaisermayer committed Oct 26, 2022
1 parent 2d597c6 commit 37f38f2
Show file tree
Hide file tree
Showing 6 changed files with 741 additions and 297 deletions.
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.4"

[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"
CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
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 = ["CSDP", "Ipopt", "AmplNLWriter", "Ipopt_jll", "ModelingToolkit", "NLopt", "Test", "Zygote"]
Loading

0 comments on commit 37f38f2

Please sign in to comment.