kahypar / KaHyPar.jl

KaHyPar.jl is a Julia interface to the KaHyPar multilevel hypergraph partitioning package.
Other
22 stars 7 forks source link

Define `kahypar_set_seed`, `kahypar_validate_input`, `kahypar_read_hypergraph_from_file` #27

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

Adds some functions from the C API that are not yet in the Julia API.

SebastianSchlag commented 1 year ago

Thanks for adding those functions. 👍

LGTM, but will let @jalving, since he developed the interface.

mofeing commented 1 year ago

I also would like to add the kahypar_supress_output function added in kahypar/kahypar#190 but that requires another release right?

jalving commented 1 year ago

Hey @mofeing; thanks for adding these!

Yes, we will need to create a new kahypar binary for Julia. I will work on that soon. In the meantime, I have been using the Julia Suppressor package to suppress output from KaHyPar.jl.

mofeing commented 1 year ago

Thanks, I will try Suppressor meanwhile.