Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1 KB

File metadata and controls

52 lines (33 loc) · 1 KB
.. currentmodule:: libsemigroups_pybind11

Orders

This page contains the documentation for several functions for comparing words or strings with respect to certain reduction orderings.

.. seealso::

    - :any:`Order`
    - :any:`Alphabet`

Important

The following functions are deprecated in v1.5.0 and will be removed v2.0.0:

Contents

.. autosummary::
    :signatures: short

    lenlex_cmp
    lex_cmp
    rev_rpo_cmp
    rpo_cmp
    wr_cmp

Full API

.. autofunction:: lenlex_cmp

.. autofunction:: lex_cmp

.. autofunction:: rev_rpo_cmp

.. autofunction:: rpo_cmp

.. autofunction:: wr_cmp