-
Notifications
You must be signed in to change notification settings - Fork 96
Directed hypergraph support #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
At this point, the official KaHyPar version does not yet support the partitioning of directed hypergraphs. What objective are do you want to optimize? Does the direction of hyperedges influence the partitioning? There is a KaHyPar fork (https://github.com/DanielSeemaier/kahypar) that supports acyclic partitioning of directed hypergraphs as described in the following paper: https://epubs.siam.org/doi/abs/10.1137/1.9781611976472.1. @DanielSeemaier at some point wanted to provide a PR such that we can make that functionality available in the official KaHyPar version. |
@DanielSeemaier Do we have an ETA on the PR for directed hypergraph partitioning? 😉 |
@DanielSeemaier Is there any hope for getting the official directed hypergraph support into KaHyPar? |
Hey, I will look into it again |
That would be great! 👍 |
does kahypar support directed hypergraphs? I was going through config files and documentation, was not able to find anything regarding direction support
The text was updated successfully, but these errors were encountered: