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

Add representation to store graphs with a non-dense vertex list #685

Open
MeikeWeiss opened this issue Aug 29, 2024 · 0 comments
Open

Add representation to store graphs with a non-dense vertex list #685

MeikeWeiss opened this issue Aug 29, 2024 · 0 comments
Labels
feature-request A label for feature requests

Comments

@MeikeWeiss
Copy link
Contributor

Sometimes it is helpful to work with graphs that allow a non-dense vertex list. For instance, if I remove a vertex I would like to have still the old names. The same is the case if considering subgraphs. Of course, it is possible to get the old names by using vertex labels, but it is cumbersome.
One possibility we discussed at the GAP Days would be to add a new graph representation. Then we have to make sure that some methods can be also used by this representation.

@wilfwilson wilfwilson added the feature-request A label for feature requests label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A label for feature requests
Projects
None yet
Development

No branches or pull requests

2 participants