![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
This file contains documentation for the functionality for rewriters in libsemigroups
.
Classes | |
class | Rule |
For a rewriting rule. More... | |
Typedefs | |
using | external_char_type = char |
using | external_string_type = std::string |
using | internal_char_type = char |
using | internal_string_type = std::string |
using external_char_type = char |
Alias for the type of letter that can be input by the user
using external_string_type = std::string |
Alias for the type of word that can be input by the user
using internal_char_type = char |
Alias for the type of letter used internally in the implementation
using internal_string_type = std::string |
Alias for the type of word used internally in the implementation