Re: [GAP Forum] Construct list of subgroups fixed size

2011-06-08 Thread Burkhard Höfling
On 2011-06-08, at 14:53 , Максим wrote: > Hello! > > I have a big group G (size is 5^6*2 > 3). I wanted to construct a list of > subgroups but failed because of leak of memory. Since your group G is solvable, you should preferably work in an isomorphic pc group (via `IsomorphismPcGroup'

[GAP Forum] Construct list of subgroups fixed size

2011-06-08 Thread Максим
Hello! I have a big group G (size is 5^6*2 > 3). I wanted to construct a list of subgroups but failed because of leak of memory. It is necessary for me to construct all subgroups of fixed size. For example 125. Is it real or not? -- Maxim. __