Skip to content

Commit 22a8e35

Browse files
todd-coxeter: remove trailing whitespace in src/todd-coxeter-impl.cpp
1 parent 3f79375 commit 22a8e35

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/todd-coxeter-impl.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,32 +67,32 @@ The valid values are :
6767
6868
.. py:attribute:: strategy.hlt
6969
:value: <strategy.hlt: 0>
70-
70+
7171
This value indicates that the HLT (Hazelgrove-Leech-Trotter) strategy should be used. This is analogous to ACE's R-style.
7272
7373
.. py:attribute:: strategy.felsch
7474
:value: <strategy.felsch: 1>
75-
75+
7676
This value indicates that the Felsch strategy should be used. This is analogous to ACE's C-style.
7777
7878
.. py:attribute:: strategy.CR
7979
:value: <strategy.CR: 2>
80-
80+
8181
This strategy is meant to mimic the ACE strategy of the same name. The Felsch is run until at least :any:`f_defs` nodes are defined, then the HLT strategy is run until at least :any:`hlt_defs` divided by :math:`N` nodes have been defined, where :math:`N` is the sum of the lengths of the words in the presentation and generating pairs. These steps are repeated until the enumeration terminates.
8282
8383
.. py:attribute:: strategy.R_over_C
8484
:value: <strategy.R_over_C: 3>
85-
85+
8686
This strategy is meant to mimic the ACE strategy R/C. The HLT strategy is run until the first lookahead is triggered (when :the number of nodes active is at least :any:`lookahead_next`). A full lookahead is then performed, and then the CR strategy is used.
8787
8888
.. py:attribute:: strategy.Cr
8989
:value: <strategy.Cr: 4>
90-
90+
9191
This strategy is meant to mimic the ACE strategy Cr. The Felsch strategy is run until at least :any:`f_defs` new nodes have been defined, then the HLT strategy is run until at least :any:`hlt_defs` divided by :math:`N` nodes have been defined, where :math:`N` is the sum of the lengths of the words in the presentation and generating pairs. Then the Felsch strategy is run.
9292
9393
.. py:attribute:: strategy.Rc
9494
:value: <strategy.Rc: 5>
95-
95+
9696
This strategy is meant to mimic the ACE strategy Rc. The HLT strategy is run until at least :any:`hlt_defs` divided by :math:`N` new nodes have been defined (where :math:`N` is the sum of the lengths of the words in the presentation and generating pairs) the Felsch strategy is then run until at least :any:`f_defs` new nodes are defined, and then the HLT strategy is run.
9797
9898
@@ -126,7 +126,7 @@ The valid values are :
126126
127127
.. py:attribute:: lookahead_extent.partial
128128
:value: <lookahead_extent.partial: 1>
129-
129+
130130
Perform a partial lookahead starting from the current node in the word graph. Partial lookaheads are sometimes faster but may not detect as many coincidences as a full lookahead.
131131
)pbdoc")
132132
.value("full", ToddCoxeterImpl_::options::lookahead_extent::full)
@@ -235,12 +235,12 @@ The valid values are:
235235
236236
.. py:attribute:: def_version.one
237237
:value: <def_version.one: 0>
238-
238+
239239
Version 1 definition processing.
240-
240+
241241
.. py:attribute:: def_version.two
242242
:value: <def_version.two: 1>
243-
243+
244244
Version 2 definition processing.
245245
)pbdoc")
246246
.value("one",

0 commit comments

Comments
 (0)