|
10 | 10 | Orders |
11 | 11 | ====== |
12 | 12 |
|
13 | | -This page contains the documentation for several functions for comparing words |
14 | | -or strings with respect to certain reduction orderings. |
| 13 | +This page contains the documentation for classes and several functions for |
| 14 | +comparing words (i.e. lists of integers ``list[int]`` or strings ``str``) with |
| 15 | +respect to certain reduction orderings. |
15 | 16 |
|
16 | 17 | .. seealso:: |
17 | 18 |
|
18 | 19 | - :any:`Order` |
19 | 20 | - :any:`Alphabet` |
20 | 21 |
|
21 | | -.. important:: |
22 | | - |
23 | | - The following functions are deprecated in v1.5.0 and will be removed v2.0.0: |
24 | | - |
25 | | - * ``lexicographical_compare``, please use :any:`lex_cmp` instead. |
26 | | - * ``recursive_path_compare`` please use :any:`rev_rpo_cmp` instead. |
27 | | - * ``shortlex_compare`` please use :any:`lenlex_cmp` instead. |
28 | | - |
29 | | -Contents |
30 | | --------- |
31 | | - |
32 | | -.. autosummary:: |
33 | | - :signatures: short |
34 | | - |
35 | | - len_wt_lex_cmp |
36 | | - lenlex_cmp |
37 | | - lex_cmp |
38 | | - rev_len_wt_lex_cmp |
39 | | - rev_lenlex_cmp |
40 | | - rev_lex_cmp |
41 | | - rev_rpo_cmp |
42 | | - rev_wr_cmp |
43 | | - rev_wt_lenlex_cmp |
44 | | - rev_wt_lex_cmp |
45 | | - rpo_cmp |
46 | | - wr_cmp |
47 | | - wt_lenlex_cmp |
48 | | - wt_lex_cmp |
49 | | - |
50 | | -Full API |
51 | | --------- |
52 | | - |
53 | | -.. autofunction:: len_wt_lex_cmp |
54 | | - |
55 | | -.. autofunction:: lenlex_cmp |
56 | | - |
57 | | -.. autofunction:: lex_cmp |
58 | | - |
59 | | -.. autofunction:: rev_len_wt_lex_cmp |
60 | | - |
61 | | -.. autofunction:: rev_lenlex_cmp |
62 | | - |
63 | | -.. autofunction:: rev_lex_cmp |
64 | | - |
65 | | -.. autofunction:: rev_rpo_cmp |
66 | | - |
67 | | -.. autofunction:: rev_wr_cmp |
68 | | - |
69 | | -.. autofunction:: rev_wt_lenlex_cmp |
70 | | - |
71 | | -.. autofunction:: rev_wt_lex_cmp |
72 | | - |
73 | | -.. autofunction:: rpo_cmp |
74 | | - |
75 | | -.. autofunction:: wr_cmp |
76 | | - |
77 | | -.. autofunction:: wt_lenlex_cmp |
78 | | - |
79 | | -.. autofunction:: wt_lex_cmp |
| 22 | +The classes and functions in ``libsemigroups_pybind11`` for comparing words |
| 23 | +are described on the following pages: |
| 24 | + |
| 25 | +.. toctree:: |
| 26 | + :maxdepth: 1 |
| 27 | + |
| 28 | + lex-cmp |
| 29 | + rev-lex-cmp |
| 30 | + lenlex-cmp |
| 31 | + rev-lenlex-cmp |
| 32 | + rpo-cmp |
| 33 | + rev-rpo-cmp |
| 34 | + wr-cmp |
| 35 | + rev-wr-cmp |
| 36 | + wt-lenlex-cmp |
| 37 | + rev-wt-lenlex-cmp |
| 38 | + wt-lex-cmp |
| 39 | + rev-wt-lex-cmp |
| 40 | + len-wt-lex-cmp |
| 41 | + rev-len-wt-lex-cmp |
| 42 | + functions |
0 commit comments