Skip to content

Commit c74bae2

Browse files
Update WordGraph repr
1 parent a1ac5c8 commit c74bae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/todd-coxeter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ execution of (any version of) the Todd-Coxeter algorithm.
9090
>>> tc
9191
<ToddCoxeter over <semigroup presentation with 4 letters, 12 rules, and length 79> with 10753/2097153 active/nodes>
9292
>>> tc.word_graph()
93-
<WordGraph with 10753 nodes, 43012 edges, & out-degree 4>
93+
<WordGraph with 10,753 nodes, 43,012 edges, & out-degree 4>
9494
>>> it = todd_coxeter.normal_forms(tc)
9595
>>> [next(it) for _ in range(10)]
9696
['a', 'b', 'c', 'd', 'bc', 'bd', 'cb', 'db', 'bcb', 'bdb']

0 commit comments

Comments
 (0)