3.2.12.1. graph/Automorphism.hpp

3.2.12.1.1. Class graph::Graph::Aut

class graph::Graph::Aut

A class representing an automorphism of a Graph.

3.2.12.1.1.1. Synopsis

Vertex operator[](Vertex v) const

3.2.12.1.1.2. Details

Vertex operator[](Vertex v) const
Returns:

the image of the given vertex under the permutation.

3.2.12.1.2. Class graph::Graph::AutGroup

class graph::Graph::AutGroup

A class representing the automorphism group of a Graph.

3.2.12.1.2.1. Synopsis

AutGroup(std::shared_ptr<const Graph> g, LabelSettings labelSettings)
Gens gens() const
class graph::Graph::AutGroup::Gens

3.2.12.1.2.2. Details

AutGroup(std::shared_ptr<const Graph> g, LabelSettings labelSettings)
Gens gens() const
Returns:

a range of the generators for the group.

3.2.12.1.3. Class graph::Graph::AutGroup::Gens

class graph::Graph::AutGroup::Gens

A random-access range of the generators for the automorphism group.