Constructors

This page contains the documentation for constructors for the SchreierSims class.

inline libsemigroups::SchreierSims::SchreierSims()

Default constructor.

Construct a SchreierSims object representing the trivial group.

Complexity

\(O(N ^ 2)\) where N is the first template parameter.

Parameters

(None)

Throws

(None) – This function guarantees not to throw a LibsemigroupsException.

libsemigroups::SchreierSims::SchreierSims(SchreierSims&&) = default

Default move constructor.