Skip to content

Commit

Permalink
Add comment for later fixing the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Dhingra committed Jun 21, 2016
1 parent 6b4d143 commit 1057c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sympy/combinatorics/fp_groups.py
Expand Up @@ -962,6 +962,8 @@ def first_in_class(C, Y=[]):
# G_α corresponding to this preceding table definitely contains the
# given subgroup
for w in Y:
# TODO: this should support input of a list of general words
# not just the words which are in "A" (i.e gen and gen^-1)
if C.table[alpha][C.A_dict[w]] != alpha:
# continue with α
next_alpha = True
Expand Down

0 comments on commit 1057c0a

Please sign in to comment.