Allow not calculating the automorphism group before finding homomorphisms? #279
Labels
new-feature
A label for new features.
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
There are cases where the user knows that calculating the automorphism group of a digraph will take far longer than looking for homomorphisms. For example, if you look for embeddings between these two digraphs with the specified colouring(of which there are none) it takes about a minute to just compute the automorphism group of the target graph, while it really only needs to check one additional vertex!
Perhaps there should simply be another option to the
HomomorphismsDigraphFinder
which prevents the automorphism group from being calculated. Presently there is no user workaround if colours are given, but otherwise the user can useSetAutomorphismGroup
to avoid this.The text was updated successfully, but these errors were encountered: