Constructors¶
This page contains information about the constructors for the Ukkonen::State
struct.
-
inline libsemigroups::Ukkonen::State::State(node_index_type vv, edge_index_type ppos)¶
Construct from index and position.
- Parameters:
vv – the index of the node reached
ppos – the position in the edge leading to
vv
- Throws:
(None) – This function guarantees not to throw a
LibsemigroupsException
.