You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one computes a HallSystem, the computed Hall subgroups will not be added to ComputedHallSubgroups. Further, if SylowSubgroups are computed, those are not added to ComputedHallSubgroups. However, if a HallSubgroup is computed for a set of only one prime, then this Hall subgroup (in fact a Sylow subgroup) will be added to ComputedSylowSubgroups, as well.
I understand that in some sense it is a waste of space if a Sylow subgroup is stored in two lists. Would it be possible to maybe link these two values to both point to the same place in memory?
And of course, if a HallSystem (or SylowSystem for that matter) is computed, then these really should be added to the corresponding ComputedHallSubgroups and ComputedSylowSubgroups lists. How to add them is another matter, though, because the odd entries of these lists are sorted.
The text was updated successfully, but these errors were encountered:
In #514, I've just suggested tester and setter functions for these cases. In any case, you can have a look at the code to see how to insert a key/value pair.
A similar issue was already raised in #412
If one computes a HallSystem, the computed Hall subgroups will not be added to ComputedHallSubgroups. Further, if SylowSubgroups are computed, those are not added to ComputedHallSubgroups. However, if a HallSubgroup is computed for a set of only one prime, then this Hall subgroup (in fact a Sylow subgroup) will be added to ComputedSylowSubgroups, as well.
I understand that in some sense it is a waste of space if a Sylow subgroup is stored in two lists. Would it be possible to maybe link these two values to both point to the same place in memory?
And of course, if a HallSystem (or SylowSystem for that matter) is computed, then these really should be added to the corresponding ComputedHallSubgroups and ComputedSylowSubgroups lists. How to add them is another matter, though, because the odd entries of these lists are sorted.
The text was updated successfully, but these errors were encountered: