Skip to content

Commit ced052b

Browse files
authored
Update README.md
1 parent 6c6bf53 commit ced052b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![C++17](https://img.shields.io/badge/C++-17-blue.svg?style=flat)
44
![Linux](https://img.shields.io/badge/OS-Linux-green.svg?style=flat)
55
![ALENEX](https://img.shields.io/badge/Conference-ALENEX%2026-orange.svg?style=flat)
6+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17140473.svg)](https://doi.org/10.5281/zenodo.17140473)
67

78
---
89

@@ -15,11 +16,13 @@ The algorithm performs repeated rounds of **provably exact reduction rules** tha
1516
HeiCut is presented in the paper:
1617
> *Exact Minimum Cuts in Hypergraphs at Scale*, ALENEX 2026.
1718
18-
The GitHub repository (https://github.com/HeiCut/HeiCut.git) provides:
19+
This repository provides:
1920
- Source code for **HeiCut**
2021
- Implementations of competing algorithms: **Trimmer**, **Relaxed BIP**, and **ordering-based solvers**
2122
- Benchmark datasets (`M_{HG}`, `L_{HG}`, and $(k,2)$-core)
22-
- Scripts to **reproduce all experimental results** from the paper
23+
- Scripts to **reproduce all experimental results** from the paper
24+
25+
The source code and benchmark datasets are permanently archived on [Zenodo Software](https://doi.org/10.5281/zenodo.17140473) and [Zenodo Dataset](https://doi.org/10.5281/zenodo.17142170) to ensure long-term availability.
2326

2427
---
2528

@@ -211,7 +214,7 @@ We evaluate on three datasets:
211214
- **(k,2)-core** (44 synthetic instances with non-trivial cuts): Weighted and Unweighted
212215

213216
Download all datasets here:
214-
[📂 Google Drive Link](https://drive.google.com/drive/folders/1DkGrmtd73nHMz2DzE0zsS175gNmD3qVU?usp=sharing)
217+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17142170.svg)](https://doi.org/10.5281/zenodo.17142170)
215218

216219
Extract into the repository root (`/HeiCut/`):
217220

@@ -330,4 +333,4 @@ To generate $(k,2)$-core hypergraphs:
330333
[cmake]: http://www.cmake.org/ "CMake tool"
331334
[Boost.Program_options]: http://www.boost.org/doc/libs/1_58_0/doc/html/program_options.html
332335
[tbb]: https://github.com/oneapi-src/oneTBB
333-
[hwloc]: https://www.open-mpi.org/projects/hwloc/
336+
[hwloc]: https://www.open-mpi.org/projects/hwloc/

0 commit comments

Comments
 (0)