C++ Reference

C++ Reference: Algorithms

GraphSymmetryFinder Member List

This is the complete list of members for GraphSymmetryFinder, including all inherited members.

DistinguishNodeInPartition(int node, DynamicPartition *partition, std::vector< int > *new_singletons_or_null)GraphSymmetryFinder
FindSymmetries(std::vector< int > *node_equivalence_classes_io, std::vector< std::unique_ptr< SparsePermutation > > *generators, std::vector< int > *factorized_automorphism_group_size, TimeLimit *time_limit=nullptr)GraphSymmetryFinder
Graph typedefGraphSymmetryFinder
GraphSymmetryFinder(const Graph &graph, bool is_undirected)GraphSymmetryFinder
IsGraphAutomorphism(const DynamicPermutation &permutation) constGraphSymmetryFinder
RecursivelyRefinePartitionByAdjacency(int first_unrefined_part_index, DynamicPartition *partition)GraphSymmetryFinder