Skip to content

Commit e8565a5

Browse files
author
Leo
committed
Merge branch 'master' of https://github.com/gap-packages/HeLP
2 parents 847f63d + bfd5d2a commit e8565a5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tst/yes_normaliz.tst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ gap> HeLP_Solver("normaliz");;
33

44
gap> OldHeLPInfoLevel := InfoLevel(HeLP_Info);;
55
gap> SetInfoLevel(HeLP_Info, 1);
6-
gap> G := AlternatingGroup(5);;
76

7+
#
88
gap> HeLP_ZC(CyclicGroup(6));
99
#I Since the given group is nilpotent the Zassenhaus Conjecture holds by a result of Al Weiss.
1010
true
1111

12+
#
13+
gap> G := AlternatingGroup(5);;
1214
gap> HeLP_ZC(G);
13-
true
15+
true
16+
17+
#
1418
gap> C := CharacterTable("A5");;
1519
gap> HeLP_ZC(C);
16-
true
20+
true
1721
gap> List(HeLP_sol, x -> Set(x));
1822
[ [ [ [ 1 ] ] ], [ [ [ 1 ] ] ], [ [ [ 1 ] ] ],,
1923
[ [ [ 0, 1 ] ], [ [ 1, 0 ] ] ], [ ],,,, [ ],,,,, [ ],,,,,,,,,,,,,,, [ ]

0 commit comments

Comments
 (0)