maximal_cyclic_generators#

Subset.maximal_cyclic_generators(
self: Subset,
) list[int]#

Return the generators of the maximal_cyclic_subgroups for this subset.

All subset elements are included in the cyclic subgroups generated by these elements. Specifically, these are the elements that generated the maximal cyclic subgroups.

Returns:

generators – The indices of the elements that generate the maximal cyclic subgroups.

Return type:

list[int]