diff --git a/G/GraphsOptim/Compat.toml b/G/GraphsOptim/Compat.toml new file mode 100644 index 000000000000000..20b773705eae7c7 --- /dev/null +++ b/G/GraphsOptim/Compat.toml @@ -0,0 +1,8 @@ +[0] +FillArrays = "0.13" +Graphs = "1.7.0-1" +HiGHS = "1" +JuMP = "1" +MathOptInterface = "1.18.0-1" +OptimalTransport = "0.3" +julia = "1.6.0-1" diff --git a/G/GraphsOptim/Deps.toml b/G/GraphsOptim/Deps.toml new file mode 100644 index 000000000000000..6bfdfdf51d27c4e --- /dev/null +++ b/G/GraphsOptim/Deps.toml @@ -0,0 +1,9 @@ +[0] +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" +OptimalTransport = "7e02d93a-ae51-4f58-b602-d97af76e3b33" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/G/GraphsOptim/Package.toml b/G/GraphsOptim/Package.toml new file mode 100644 index 000000000000000..7955e9d65797ccd --- /dev/null +++ b/G/GraphsOptim/Package.toml @@ -0,0 +1,3 @@ +name = "GraphsOptim" +uuid = "e79ef3ae-79c8-4b97-b165-63f338db30c2" +repo = "https://github.com/JuliaGraphs/GraphsOptim.jl.git" diff --git a/G/GraphsOptim/Versions.toml b/G/GraphsOptim/Versions.toml new file mode 100644 index 000000000000000..49efbb69193c987 --- /dev/null +++ b/G/GraphsOptim/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "78db72319c4df64c10f3a30ff64648593f9e84a1" diff --git a/Registry.toml b/Registry.toml index 2c8aaded798518d..cfca2e7178e7e45 100644 --- a/Registry.toml +++ b/Registry.toml @@ -10380,6 +10380,7 @@ e7922434-ae4b-11e9-05c5-9780451d2c66 = { name = "MPIClusterManagers", path = "M/ e79d16a5-2ad2-5b5c-99b8-a0c382a386e2 = { name = "Doxygen_jll", path = "jll/D/Doxygen_jll" } e79e7a6a-7bb1-5a4d-9d64-da657b06f53a = { name = "StrBase", path = "S/StrBase" } e79eea86-5fe6-5310-9049-79d90d78ad74 = { name = "CurveProximityQueries", path = "C/CurveProximityQueries" } +e79ef3ae-79c8-4b97-b165-63f338db30c2 = { name = "GraphsOptim", path = "G/GraphsOptim" } e7a83b92-501e-4b94-a6dd-ebbcc1d264fa = { name = "Dijkstra", path = "D/Dijkstra" } e7b6519d-fdf7-4a33-b544-2b37a9c1234a = { name = "ThermoState", path = "T/ThermoState" } e7bfaba1-d571-5449-8927-abc22e82249b = { name = "NumericalIntegration", path = "N/NumericalIntegration" }