From c291175644001349a30b563cbc49faf96c6c9c4c Mon Sep 17 00:00:00 2001 From: Xuanzhao Gao Date: Sat, 16 Nov 2024 12:20:23 +0800 Subject: [PATCH] update --- lib/OptimalBranchingMIS/LICENSE | 21 +++++++++++++++++++ lib/OptimalBranchingMIS/Project.toml | 13 ++++++++++++ .../src/OptimalBranchingMIS.jl | 5 +++++ lib/OptimalBranchingMIS/test/runtests.jl | 6 ++++++ lib/OptimalBranching_MIS | 1 - 5 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 lib/OptimalBranchingMIS/LICENSE create mode 100644 lib/OptimalBranchingMIS/Project.toml create mode 100644 lib/OptimalBranchingMIS/src/OptimalBranchingMIS.jl create mode 100644 lib/OptimalBranchingMIS/test/runtests.jl delete mode 160000 lib/OptimalBranching_MIS diff --git a/lib/OptimalBranchingMIS/LICENSE b/lib/OptimalBranchingMIS/LICENSE new file mode 100644 index 0000000..54c7983 --- /dev/null +++ b/lib/OptimalBranchingMIS/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Xuanzhao Gao and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/lib/OptimalBranchingMIS/Project.toml b/lib/OptimalBranchingMIS/Project.toml new file mode 100644 index 0000000..e9a6fba --- /dev/null +++ b/lib/OptimalBranchingMIS/Project.toml @@ -0,0 +1,13 @@ +name = "OptimalBranchingMIS" +uuid = "1d45bab8-fbcd-445a-8de2-8d643ff389c2" +authors = ["Xuanzhao Gao and contributors"] +version = "1.0.0-DEV" + +[compat] +julia = "1.6.7" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/lib/OptimalBranchingMIS/src/OptimalBranchingMIS.jl b/lib/OptimalBranchingMIS/src/OptimalBranchingMIS.jl new file mode 100644 index 0000000..d68a7fd --- /dev/null +++ b/lib/OptimalBranchingMIS/src/OptimalBranchingMIS.jl @@ -0,0 +1,5 @@ +module OptimalBranchingMIS + +# Write your package code here. + +end diff --git a/lib/OptimalBranchingMIS/test/runtests.jl b/lib/OptimalBranchingMIS/test/runtests.jl new file mode 100644 index 0000000..8c0e3ba --- /dev/null +++ b/lib/OptimalBranchingMIS/test/runtests.jl @@ -0,0 +1,6 @@ +using OptimalBranchingMIS +using Test + +@testset "OptimalBranchingMIS.jl" begin + # Write your tests here. +end diff --git a/lib/OptimalBranching_MIS b/lib/OptimalBranching_MIS deleted file mode 160000 index 9a0b47f..0000000 --- a/lib/OptimalBranching_MIS +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a0b47f8b25a8ec2d8743e6e6e794c8fb5c03909