We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d08bb8 commit 0a528f3Copy full SHA for 0a528f3
gap/place.gi
@@ -140,7 +140,7 @@ function(P)
140
141
for P2T in P2s do
142
P2 := P2T[1]; # Place reachable on R1 by consolidated edge
143
-
+
144
P2_loc := Location(P2);
145
P2_inletter := InLetter(P2_loc);
146
P2_outletter := OutLetter(P2_loc);
@@ -156,7 +156,7 @@ function(P)
156
P2_letter = DigraphVertexLabel(vg, v2)[1][2] then
157
158
xi1 := Vertex(pres, v1, v, v2);
159
- if Colour(P2) = "green" then
+ if IsTerminal(P2) or Colour(P2) = "green" then
160
AddOrUpdate(res, [ __ID(P2), len ], xi1);
161
162
elif Colour(P2) = "red" then
0 commit comments