Kahypar Versions Save

KaHyPar (Karlsruhe Hypergraph Partitioning) is a multilevel hypergraph partitioning framework providing direct k-way and recursive bisection based partitioning algorithms that compute solutions of very high quality.

v1.3.5

5 months ago

Skipping v1.3.4 to align the version with the python package version

  • Don't print a warning for size one hyperedges #195
  • Export kahypar_supress_output function #190
  • fix tests that assume input validation is enabled #188
  • Fix compiler warnings #187
  • Update boost version to 1.83 #186
  • Config for cut-net optimization with kKaHyPar-E #181
  • Update pybind and remove STATIC linkage #179
  • Update googletest #173
  • Integrate Kahypar Shared Resources #176
  • Fix Titan23 Instances #172
  • Add input validation #167

v.1.3.3

9 months ago

1.3.2

1 year ago

v1.3.1

1 year ago
  • Fix segmentation fault for single-block partitioning (k=1).

v1.3.0

2 years ago

1.2.1

3 years ago

This release contains some performance bug fixes that caused KaHyPar to become slow when partitioning instances using a large imbalance factor. Furthermore, this will be the last release that does not include the advanced balancing strategies for partitioning weighted instances (see https://github.com/kahypar/kahypar/pull/70).

1.2.0

4 years ago

As described in our upcoming SEA paper and in the corresponding technical report [1], KaHyPar now uses Weighted Hyperflow Cutter (WHFC) for flow-based refinement. The previous flow-based refinement algorithm [2,3] has been removed to reduce code complexity and compilation time.

[1] https://arxiv.org/abs/2003.12110 [2] https://dl.acm.org/doi/abs/10.1145/3329872 [3] https://drops.dagstuhl.de/opus/volltexte/2018/8936/

1.1.0

4 years ago

This KaHyPar release contains the source code that was used in the dissertation of Sebastian Schlag.

v1.0.0

5 years ago