Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.46 KB

File metadata and controls

79 lines (51 loc) · 1.46 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

    len_wt_lex_cmp
    lenlex_cmp
    lex_cmp
    rev_len_wt_lex_cmp
    rev_lenlex_cmp
    rev_lex_cmp
    rev_rpo_cmp
    rev_wr_cmp
    rev_wt_lenlex_cmp
    rev_wt_lex_cmp
    rpo_cmp
    wr_cmp
    wt_lenlex_cmp
    wt_lex_cmp

Full API

.. autofunction:: len_wt_lex_cmp

.. autofunction:: lenlex_cmp

.. autofunction:: lex_cmp

.. autofunction:: rev_len_wt_lex_cmp

.. autofunction:: rev_lenlex_cmp

.. autofunction:: rev_lex_cmp

.. autofunction:: rev_rpo_cmp

.. autofunction:: rev_wr_cmp

.. autofunction:: rev_wt_lenlex_cmp

.. autofunction:: rev_wt_lex_cmp

.. autofunction:: rpo_cmp

.. autofunction:: wr_cmp

.. autofunction:: wt_lenlex_cmp

.. autofunction:: wt_lex_cmp