diff --git a/P/PlasmoBenders/Compat.toml b/P/PlasmoBenders/Compat.toml new file mode 100644 index 000000000000000..507ed83b1232c5b --- /dev/null +++ b/P/PlasmoBenders/Compat.toml @@ -0,0 +1,5 @@ +[0] +JuMP = "1.2.0-1" +MathOptInterface = "1.6.0-1" +Plasmo = "0.6.2-0.6" +julia = "1" diff --git a/P/PlasmoBenders/Deps.toml b/P/PlasmoBenders/Deps.toml new file mode 100644 index 000000000000000..aa3257bf973a314 --- /dev/null +++ b/P/PlasmoBenders/Deps.toml @@ -0,0 +1,5 @@ +[0] +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" +Plasmo = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" diff --git a/P/PlasmoBenders/Package.toml b/P/PlasmoBenders/Package.toml new file mode 100644 index 000000000000000..b6c73875a0ffe4f --- /dev/null +++ b/P/PlasmoBenders/Package.toml @@ -0,0 +1,4 @@ +name = "PlasmoBenders" +uuid = "491f1417-53b2-48aa-b9da-44cdd6c031b7" +repo = "https://github.com/plasmo-dev/PlasmoAlgorithms.jl.git" +subdir = "lib/PlasmoBenders" diff --git a/P/PlasmoBenders/Versions.toml b/P/PlasmoBenders/Versions.toml new file mode 100644 index 000000000000000..fe52f6214bfd03d --- /dev/null +++ b/P/PlasmoBenders/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "aac6291c92a690a86b3ea6fc9a934ff7a043fc08" diff --git a/Registry.toml b/Registry.toml index 6fa34592176f1af..d18eed3b3b3fbc8 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3404,6 +3404,7 @@ some amount of consideration when choosing package names. 490da00b-a60c-4ded-a4cf-df7cded56bfa = { name = "Thunks", path = "T/Thunks" } 49138a36-0386-40e9-aaa4-13a46f310b6c = { name = "TradeStationAPI", path = "T/TradeStationAPI" } 491db154-c145-5abe-9c32-446728d60cce = { name = "Check_jll", path = "jll/C/Check_jll" } +491f1417-53b2-48aa-b9da-44cdd6c031b7 = { name = "PlasmoBenders", path = "P/PlasmoBenders" } 492392ba-fc20-5d72-afbd-f61f3c69e3d5 = { name = "LinearFold_jll", path = "jll/L/LinearFold_jll" } 492f22fc-54e6-4f0f-bb9b-bacd199f5046 = { name = "LifeInsuranceProduct", path = "L/LifeInsuranceProduct" } 4937893a-a78f-43c0-9d0a-2f4d4786e0cf = { name = "Polyomino", path = "P/Polyomino" }