-
Notifications
You must be signed in to change notification settings - Fork 65
DigraphsUpToIsomorphism #898
Copy link
Copy link
Open
Labels
difficulty: 3Label for feature requests that are probably rather hardLabel for feature requests that are probably rather hardfeature-requestA label for feature requestsA label for feature requests
Metadata
Metadata
Assignees
Labels
difficulty: 3Label for feature requests that are probably rather hardLabel for feature requests that are probably rather hardfeature-requestA label for feature requestsA label for feature requests
Type
Projects
Status
Unassigned
This should take a collection of digraphs and return a subset of it, consisting of just digraphs that are unique up to isomorphism.
A rudimentary way of doing this is iteratively adding digraphs to a new list, checking
IsIsomorphicDigraphwith all existing list entries before every addition (slow!) but there must be ways to improve this. For example: