Add order_bound keyword argument to subgroup_classes#5267
Add order_bound keyword argument to subgroup_classes#5267fingolfin merged 4 commits intooscar-system:masterfrom
order_bound keyword argument to subgroup_classes#5267Conversation
|
Can we use And can we call it |
fieker
left a comment
There was a problem hiding this comment.
It solves my problem, but the overall strategy is wrong:
- if I given order (exactly) shouldn't this result in it being called with an order_bound and then filtered?
- if the lattice is already known, should it not be always used?
Yes, we can use a given
It would be tempting to say that this should be done on the GAP side. |
|
Do you have any test numbers to verify this is actually faster in at least some cases? Say for some small alternating or symmetric groups, and perhaps some |
|
It seems this question becomes more involved.
(It would be useful to add some remarks like that in the docstring.) For nonsolvable groups, computing all subgroup classes seems to be quite fast, compared with computing the lattice up to a given bound. |
(The order in which one runs the tests is relevant in this case.)
subgroup_classesorder_bound keyword argument to subgroup_classes
No description provided.