kahypar / mt-kahypar

Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.
MIT License
114 stars 23 forks source link

Connectivity in C API #183

Open erupnik opened 4 months ago

erupnik commented 4 months ago

Hi, Is it possible to access a hyperedge's connectivity in C API they way one can do it in the python API as explained here https://github.com/kahypar/kahypar/issues/194#issuecomment-1840048077 ?

Thanks!

larsgottesbueren commented 4 months ago

The C interface doesn't expose such a function. The python interface for Mt-KaHyPar does (as for sequential KaHyPar).