Skip to content

Commit

Permalink
DigraphAbsorptionProbabilities: add note about quotients
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorpey committed Apr 12, 2023
1 parent e0643c3 commit c87c649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gap/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ function(D)
fi;

# Find the "sink components" (components from which there is no escape)
# We could use QuotientDigraph and DigraphSinks here, but this avoids copying.
is_sink_comp := ListWithIdenticalEntries(Length(scc.comps), true);
transient_vertices := [];
for i in [1 .. Length(scc.comps)] do
Expand Down

0 comments on commit c87c649

Please sign in to comment.