-
Notifications
You must be signed in to change notification settings - Fork 63
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
Description
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 IsIsomorphicDigraph with all existing list entries before every addition (slow!) but there must be ways to improve this. For example:
- Checking known properties/attributes that would rule out isomorphisms
- Computing quick unknown properties/attributes that would rule out isomorphisms
- Computing canonical representations and hashing
Reactions are currently unavailable
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