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

online METIS or stream METIS #89

Open
LouiValley opened this issue May 17, 2024 · 3 comments
Open

online METIS or stream METIS #89

LouiValley opened this issue May 17, 2024 · 3 comments

Comments

@LouiValley
Copy link

Excuse me, is there any version to support online METIS or stream METIS?

@gfaster
Copy link

gfaster commented May 18, 2024

Can you elaborate? Do you mean online as in the input is fed a few vertices at a time or do you mean it as in there is a website?

@LouiValley
Copy link
Author

LouiValley commented May 21, 2024

Thanks for your reply. @gfaster
I mean the Metis has already been applied to partition a graph. However, some new nodes are now added to the current graph and build some new connections. We now need to partition these new nodes based on the existing Metis partitioning. I call it online / stream Metis...

@gfaster
Copy link

gfaster commented May 21, 2024

I don't think the Metis algorithm is very well suited to that kind of operation. It could probably be done, but that would be a non-trivial feature to add. That might be something I eventually add on my own fork, but Dr. Karypis seems to not be adding major features at the moment.

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

No branches or pull requests

2 participants