Defining data¶
This page contains a description of the member functions of the Stephen
class that permit access to the data on which the algorithm is run.
-
inline Presentation<word_type> const &libsemigroups::Stephen::presentation() const noexcept¶
The input presentation.
Returns a const reference to the input presentation.
- Parameters:
(None) –
- Throws:
(None) – This function is
noexcept
and is guaranteed never to throw.- Returns:
A const reference to a Presentation<word_type>.