ActionDigraph¶
-
template<typename
T>
classActionDigraph¶ Defined in
digraph.hpp.This class represents the digraph of an action of a semigroup on a set. If the digraph has
nnodes, they are represented by the numbers \({0, ..., n - 1}\), and every node has the same numbermof out-edges (edges with source that node and range any other node). The numbermis referred to as the out-degree of the digraph, or any of its nodes.- See
- Template Parameters
T: the type of the nodes in the digraph, must be an unsigned integer type.