Skip to content
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

KL: implement k-way partitioning #69

Open
hhirtz opened this issue Mar 29, 2022 · 2 comments
Open

KL: implement k-way partitioning #69

hhirtz opened this issue Mar 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@hhirtz
Copy link
Member

hhirtz commented Mar 29, 2022

This commit seems to have removed k-partitioning support for kernighan-lin:
1ef583f

@hhirtz
Copy link
Member Author

hhirtz commented Apr 4, 2022

Idea: have a generic recursive_bisection function that runs bi-partitioning algorithms recursively. Would also work with FM should it become bi-partitioning only.

@hhirtz hhirtz added the enhancement New feature or request label Apr 4, 2022
@cedricchevalier19
Copy link
Member

Idea: have a generic recursive_bisection function that runs bi-partitioning algorithms recursively. Would also work with FM should it become bi-partitioning only.

Good idea for short term quality and robustness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants