Skip to content

Commit 84aa0e8

Browse files
committed
some comments for various lengths
1 parent 79e2c54 commit 84aa0e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eval.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ def pattern_generator(length, loops=True, exclude_isomorphic=True):
100100

101101

102102
def main():
103-
length = 3
103+
length = 5
104+
# 3: 702 of 17296
105+
# 4: 16473 of 3921225
106+
# 5: of 1488847536
107+
104108
gen_patterns = list(pattern_generator(length))
105109
for n, (i, pattern) in enumerate(gen_patterns):
106110
print('%d: Pattern id %d: %s' % (n, i, pattern))

0 commit comments

Comments
 (0)