.. Copyright (c) 2024 Joseph Edwards Distributed under the terms of the GPL license version 3. The full license is in the file LICENSE, distributed with this software. .. 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`. Contents -------- .. autosummary:: :signatures: short lexicographical_compare recursive_path_compare shortlex_compare Full API -------- .. autofunction:: lexicographical_compare .. autofunction:: recursive_path_compare .. autofunction:: shortlex_compare