Skip to content

DigraphsUpToIsomorphism #898

@mtorpey

Description

@mtorpey

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

Metadata

Metadata

Assignees

Labels

difficulty: 3Label for feature requests that are probably rather hardfeature-requestA label for feature requests

Type

No type

Projects

Status

Unassigned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions