19#ifndef LIBSEMIGROUPS_TO_CONG_HPP_
20#define LIBSEMIGROUPS_TO_CONG_HPP_
24#include "cong-class.hpp"
25#include "froidure-pin-base.hpp"
26#include "to-todd-coxeter.hpp"
28#include "word-graph.hpp"
74 template <
typename Result,
typename Node>
77 std::is_same_v<Congruence<typename Result::native_word_type>, Result>,
Base class for FroidurePin containing non-element specific data and member functions.
Definition froidure-pin-base.hpp:66
Class for representing word graphs.
Definition word-graph.hpp:82
auto to(detail::KnuthBendixImpl< Rewriter, ReductionOrder > &kb) -> std::enable_if_t< std::is_same_v< Presentation< typename Result::word_type >, Result >, Result >
No doc.
congruence_kind
Enum to indicate the sided-ness of a congruence.
Definition types.hpp:69
Namespace for everything in the libsemigroups library.
Definition action.hpp:44