-
Notifications
You must be signed in to change notification settings - Fork 28
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
About hMetis comment section support #204
Comments
FYI, the IDs in hMetis format are 1-based. The second line in your file has a zero. |
Hi there! |
Not sure if it's documented. But trust the example in the manual! This fact is moderately well known. [0] /~https://github.com/kahypar/mt-kahypar/blob/master/mt-kahypar/io/hypergraph_io.cpp#L199 |
Why this
Hi!
I tried mt-kahypar on a file I generated by myself, I encountered with the
What
I use a file here:
i10s.txt
How
After I delete the comments section at the end, everything goes well, so maybe you are missing a skip line check on "%" before
ASSERT(pos == handle.length)
?The text was updated successfully, but these errors were encountered: