Skip to content

Commit

Permalink
Add simple test for LatticeByCyclicExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 28, 2016
1 parent 133da29 commit 87afefc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tst/testinstall/opers/LatticeByCyclicExtension.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
gap> START_TEST("LatticeByCyclicExtension.tst");

gap> G:=SmallGroup(625,1);
<pc group of size 625 with 4 generators>
gap> A:=AutomorphismGroup(G);
<group of size 500 with 7 generators>
gap> fun:=g->IsInt(4/Size(g));;
gap> LatticeByCyclicExtension(A);
<subgroup lattice of <group of size 500 with 7 generators>, 12 classes,
12 subgroups>
gap> LatticeByCyclicExtension(A, fun);
<subgroup lattice of <group of size 500 with 7 generators>, 3 classes,
3 subgroups, restricted under further condition l!.func>
gap> LatticeByCyclicExtension(A, [fun,fun]);
<subgroup lattice of <group of size 500 with 7 generators>, 3 classes,
3 subgroups, restricted under further condition l!.func>

#
gap> STOP_TEST("LatticeByCyclicExtension.tst", 1);

0 comments on commit 87afefc

Please sign in to comment.