From 1f4dd1e0e92dfcc087350d41160221271e053663 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 4 Dec 2025 12:34:04 +0000 Subject: [PATCH] New package: MathOptBenchmarkInstances v0.1.0 UUID: f7f8d0a1-fd34-491e-a7ac-a4cf52f91fe5 Repo: https://github.com/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl.git Tree: 0414789823085bf46d570c87d81b5e5be776d4e7 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3 --- M/MathOptBenchmarkInstances/Compat.toml | 8 ++++++++ M/MathOptBenchmarkInstances/Deps.toml | 7 +++++++ M/MathOptBenchmarkInstances/Package.toml | 3 +++ M/MathOptBenchmarkInstances/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 21 insertions(+) create mode 100644 M/MathOptBenchmarkInstances/Compat.toml create mode 100644 M/MathOptBenchmarkInstances/Deps.toml create mode 100644 M/MathOptBenchmarkInstances/Package.toml create mode 100644 M/MathOptBenchmarkInstances/Versions.toml diff --git a/M/MathOptBenchmarkInstances/Compat.toml b/M/MathOptBenchmarkInstances/Compat.toml new file mode 100644 index 000000000000000..c8df19d199b51e0 --- /dev/null +++ b/M/MathOptBenchmarkInstances/Compat.toml @@ -0,0 +1,8 @@ +[0] +CodecBzip2 = "0.8.5 - 0.8" +DataDeps = "0.7.13 - 0.7" +GZip = "0.6.2 - 0.6" +Logging = "1.10.0 - 1" +QPSReader = "0.2.1 - 0.2" +Scratch = "1.3.0 - 1" +julia = "1.10.0 - 1" diff --git a/M/MathOptBenchmarkInstances/Deps.toml b/M/MathOptBenchmarkInstances/Deps.toml new file mode 100644 index 000000000000000..8ca8ba3e71cf7bb --- /dev/null +++ b/M/MathOptBenchmarkInstances/Deps.toml @@ -0,0 +1,7 @@ +[0] +CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd" +DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe" +GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +QPSReader = "10f199a5-22af-520b-b891-7ce84a7b1bd0" +Scratch = "6c6a2e73-6563-6170-7368-637461726353" diff --git a/M/MathOptBenchmarkInstances/Package.toml b/M/MathOptBenchmarkInstances/Package.toml new file mode 100644 index 000000000000000..fe1af8ce9307e32 --- /dev/null +++ b/M/MathOptBenchmarkInstances/Package.toml @@ -0,0 +1,3 @@ +name = "MathOptBenchmarkInstances" +uuid = "f7f8d0a1-fd34-491e-a7ac-a4cf52f91fe5" +repo = "https://github.com/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl.git" diff --git a/M/MathOptBenchmarkInstances/Versions.toml b/M/MathOptBenchmarkInstances/Versions.toml new file mode 100644 index 000000000000000..4a816cf9bcc0a7b --- /dev/null +++ b/M/MathOptBenchmarkInstances/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "0414789823085bf46d570c87d81b5e5be776d4e7" diff --git a/Registry.toml b/Registry.toml index 9cd36d3677711ed..f967d49ded4f37e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -12614,6 +12614,7 @@ f7e6163d-2fa5-5f23-b69c-1db539e41963 = { name = "Kaleido_jll", path = "jll/K/Kal f7e6ffb2-c36d-4f8f-a77e-16e897189344 = { name = "Triangulate", path = "T/Triangulate" } f7ee28b6-bfbf-11e9-3e31-8961b86f052c = { name = "DistMesh", path = "D/DistMesh" } f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98 = { name = "GLFW", path = "G/GLFW" } +f7f8d0a1-fd34-491e-a7ac-a4cf52f91fe5 = { name = "MathOptBenchmarkInstances", path = "M/MathOptBenchmarkInstances" } f7fc0f56-fd22-44bd-b234-bafb44a5fc23 = { name = "Dhall", path = "D/Dhall" } f80590ac-b429-510a-8a99-e7c46989f22d = { name = "JuliaFEM", path = "J/JuliaFEM" } f81e04c9-20b8-526d-9626-780ee78293fb = { name = "MNPDynamics", path = "M/MNPDynamics" }