Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 879 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 879 Bytes

KaHyPar.jl

Build Status Codecov

KaHyPar.jl is a Julia interface to the KaHyPar hypergraph partitioning package.

Hypergraphs and Hypergraph Partitioning


alt textalt text

Installation

using Pkg
Pkg.add(PackageSpec(url="https://github.com/jalving/KaHyPar.jl.git"))
Pkg.test("KaHyPar")