21#ifndef LIBSEMIGROUPS_TO_WORD_GRAPH_HPP_
22#define LIBSEMIGROUPS_TO_WORD_GRAPH_HPP_
27#include "word-graph-view.hpp"
28#include "word-graph.hpp"
68 template <
template <
typename...>
typename Result>
101 template <
template <
typename...>
typename Result,
typename Node>
107#include "to-word-graph.tpp"
Class representing a collection of spanning trees of a word graph.
Definition forest.hpp:46
Class for representing word graphs.
Definition word-graph.hpp:83
non-owning view over a specified range of WordGraph nodes.
Definition word-graph-view.hpp:48
Namespace for everything in the libsemigroups library.
Definition action.hpp:44
auto to(detail::KnuthBendixImpl< Rewriter, ReductionOrder > &kb) -> std::enable_if_t< std::is_same_v< Presentation< typename Result::word_type >, Result >, Result >
No doc.