Skip to content

Commit

Permalink
FIX: Documentation clarification in SubgroupsSolvableGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Aug 10, 2018
1 parent c04a17a commit 6eabfe3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions lib/grppclat.gd
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,18 @@ DeclareGlobalFunction(
## It returns a list of representatives up to <A>G</A>-conjugacy.
## <P/>
## The optional argument <A>opt</A> is a record, which may
## be used to put restrictions on the subgroups computed. The following record
## components of <A>opt</A> are recognized and have the following effects:
## be used to suggest restrictions on the subgroups computed.
## The following record
## components of <A>opt</A> are recognized and have the following effects.
## Note that all of the following
## restrictions to subgroups with particular properties are
## only used to speed up the calculation, but the result might still contain
## subgroups (that had to be computed in any case) that do not satisfy the
## properties. If this is not desired, the calculation must be followed by an
## explicit test for the desired properties (which is not done by default, as
## it would be a general slowdown).
## The function guarantees that representatives of all subgroups that
## satisfy the properties are found, i.e. there can be only false positives.
## <List>
## <Mark><C>actions</C></Mark>
## <Item>
Expand Down

0 comments on commit 6eabfe3

Please sign in to comment.