KaHyPar.jl icon indicating copy to clipboard operation
KaHyPar.jl copied to clipboard

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

Results 4 KaHyPar.jl issues
Sort by recently updated
recently updated
newest added

Hi :) I am trying to create hypergraphs with pretty huge hyperedge weights. As a consequence, when these get too large I get this error log: ``` ERROR: InexactError: trunc(Int32,...

This was done in a fork implementation here: https://github.com/arbenson/KaHyParLite.jl/blob/master/kahypar_h.jl We should come up with a similar wrapper to set configuration options directly through the library interface.

enhancement

While installing the package on VScode in Windows, I met the following question (for the dependent package: KaHyPar ). I have no idea what is going on, could you please...

┌ Error: Error building `KaHyPar`: │ ERROR: LoadError: Your platform ("x86_64-w64-mingw32", parsed as "x86_64-w64-mingw32-gcc8-cxx11") is not supported by this package! │ Stacktrace: │ [1] error(::String) at .\error.jl:33 │ [2] top-level...