You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/todd-coxeter-impl.cpp
+14-18Lines changed: 14 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The valid values are :
83
83
.. py:attribute:: strategy.R_over_C
84
84
:value: <strategy.R_over_C: 3>
85
85
86
-
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.
86
+
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.
87
87
88
88
.. py:attribute:: strategy.Cr
89
89
:value: <strategy.Cr: 4>
@@ -152,7 +152,7 @@ The valid values are :
152
152
The lookahead will be done in HLT style by following the paths labelled by every relation from every node in the range specified by :any:`lookahead_extent.full` or :any:`lookahead_extent.partial`.
153
153
154
154
.. py:attribute:: lookahead_style.felsch
155
-
:value: <lookahead_style.hlt: 0>
155
+
:value: <lookahead_style.felsch: 1>
156
156
157
157
The lookahead will be done in Felsch style where every edge is considered in every path labelled by a relation in which it occurs.
158
158
@@ -196,12 +196,12 @@ The valid values are:
196
196
.. py:attribute:: def_policy.purge_from_top
197
197
:value: <def_policy.purge_from_top: 1>
198
198
199
-
If the definition stack has size :any:`def_max` and a new definition is generated, then definitions with dead source node are are popped from the top of the stack (if any).
199
+
If the definition stack has size :any:`def_max` and a new definition is generated, then definitions with dead source node are popped from the top of the stack (if any).
200
200
201
201
.. py:attribute:: def_policy.purge_all
202
202
:value: <def_policy.purge_all: 2>
203
203
204
-
If the definition stack has size :any:`def_max` and a new definition is generated, then definitions with dead source node are are popped from the entire of the stack (if any).
204
+
If the definition stack has size :any:`def_max` and a new definition is generated, then definitions with dead source node are popped from the entire of the stack (if any).
0 commit comments