On this page we describe the functionality in libsemigroups relating to Stephen's procedure for finitely presented semigroups.
Namespaces | |
| namespace | libsemigroups::stephen |
| Helper functions for the Stephen class. | |
Classes | |
| class | Stephen< PresentationType > |
| For constructing the word graph of left factors of a word in an f.p. semigroup. More... | |
Functions | |
| Stephen (InversePresentation< word_type > &&) -> Stephen< InversePresentation< word_type > > | |
| Deduction guide. | |
| Stephen (InversePresentation< word_type > &) -> Stephen< InversePresentation< word_type > > | |
| Deduction guide. | |
| Stephen (InversePresentation< word_type > const &) -> Stephen< InversePresentation< word_type > > | |
| Deduction guide. | |
| Stephen (Presentation< word_type > &&) -> Stephen< Presentation< word_type > > | |
| Deduction guide. | |
| Stephen (Presentation< word_type > &) -> Stephen< Presentation< word_type > > | |
| Deduction guide. | |
| Stephen (Presentation< word_type > const &) -> Stephen< Presentation< word_type > > | |
| Deduction guide. | |
| Stephen (std::shared_ptr< InversePresentation< word_type > > &&) -> Stephen< InversePresentation< word_type > > | |
| Deduction guide. | |
| Stephen (std::shared_ptr< Presentation< word_type > > &&) -> Stephen< Presentation< word_type > > | |
| Deduction guide. | |
| Stephen | ( | InversePresentation< word_type > && | ) | -> Stephen< InversePresentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<InversePresentation<word_type>> from an InversePresentation<word_type>&&.
| Stephen | ( | InversePresentation< word_type > & | ) | -> Stephen< InversePresentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<InversePresentation<word_type>> from an InversePresentation<word_type>&.
| Stephen | ( | InversePresentation< word_type > const & | ) | -> Stephen< InversePresentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<InversePresentation<word_type>> from an InversePresentation<word_type> const&.
| Stephen | ( | Presentation< word_type > && | ) | -> Stephen< Presentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<Presentation<word_type>> from a Presentation<word_type>&&.
| Stephen | ( | Presentation< word_type > & | ) | -> Stephen< Presentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<Presentation<word_type>> from a Presentation<word_type>&.
| Stephen | ( | Presentation< word_type > const & | ) | -> Stephen< Presentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<Presentation<word_type>> from a Presentation<word_type> const&.
| Stephen | ( | std::shared_ptr< InversePresentation< word_type > > && | ) | -> Stephen< InversePresentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<InversePresentation<word_type>> from a std::shared_ptr<InversePresentation<word_type>>&&.
| Stephen | ( | std::shared_ptr< Presentation< word_type > > && | ) | -> Stephen< Presentation< word_type > > |
Defined in stephen.hpp
Deduction guide to construct a Stephen<Presentation<word_type>> from a std::shared_ptr<Presentation<word_type>>&&.