Constructors

This page contains information about the constructors for the DynamicPTransf class.

inline explicit libsemigroups::DynamicPTransf::DynamicPTransf(size_t n)

Construct with given degree.

Constructs a partial transformation of degree n with the image of every point set to UNDEFINED.

Complexity

Linear in the parameter n.

Parameters

n – the degree

Throws

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