19#ifndef LIBSEMIGROUPS_TO_KNUTH_BENDIX_HPP_
20#define LIBSEMIGROUPS_TO_KNUTH_BENDIX_HPP_
22#include "knuth-bendix.hpp"
63 template <
typename Result>
65 std::is_same_v<KnuthBendix<
typename Result::native_word_type,
66 typename Result::rewriter_type>,
69 using Word =
typename Result::native_word_type;
70 using Rewriter =
typename Result::rewriter_type;
100 template <
template <
typename...>
typename Thing,
typename Word>
102 -> std::enable_if_t<std::is_same_v<Thing<Word>, KnuthBendix<Word>>,
135 template <
typename Result>
137 ToddCoxeter<typename Result::native_word_type>& tc)
139 std::is_same_v<KnuthBendix<
typename Result::native_word_type,
140 typename Result::rewriter_type>,
143 using Word =
typename Result::native_word_type;
144 using Rewriter =
typename Result::rewriter_type;
Base class for FroidurePin containing non-element specific data and member functions.
Definition froidure-pin-base.hpp:66
For an implementation of presentations for semigroups or monoids.
Definition presentation.hpp:102
KnuthBendix(congruence_kind, Presentation< Word > const &) -> KnuthBendix< Word >
Deduction guide.
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