Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up OnDigraphs for a graph and a permutation
* Instead of checking if the permutation fixes the vertices, check if it is the identity (which is much cheaper, although catches less cases) * Do not check explictly if the permutation maps the vertices of the graph to itself, do the mapping then check afterwards.
- Loading branch information