-
Notifications
You must be signed in to change notification settings - Fork 96
The framework's manual #153
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
Hi @936187425,
there is no manual currently. Unfortunately, we don't really have the manpower to create a comprehensive manual in the near future. You can find the basic information and some additional documentation in the README (including a summary of each of the interfaces). Further, the help message of the CLI application provides a short description of each of the available parameters.
So, each hyperedge consists of multiple pins (a pin is the index of a hypernode). The However, we need to know which pins belongs to which hyperedge. For this, the
In this example, we have 2 hyperedges with the first hyperedge (hyperedge 0) containing the pins {0, 2} and the second hyperedge containing the pins {0, 1, 3, 4}. Note that the last entry of Hope this helps! |
Thanks @N-Maas for the detailed explanation. Just as an additional pointer: These two arrays essentially correspond to the
To show this help message, you can run |
thank you! |
Is there a manual for this framework that introduces each interface?
And in the python interface,
how to understand the hyperedge_indices?
The text was updated successfully, but these errors were encountered: