-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathread.g
More file actions
17 lines (17 loc) · 698 Bytes
/
read.g
File metadata and controls
17 lines (17 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# NormalizersOfPrimitiveGroups:
# A package to compute normalizers of primitive groups
#
# Reading the implementation part of the package.
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/actions-on-tuples.g");
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/permutation-homomorphisms/permutation-homomorphisms.gi");
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/product-decomposition.gi");
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/weak-canonical-form.gi");
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/normalizer-of-socle.gi");
ReadPackage("NormalizersOfPrimitiveGroups",
"gap/normalizer-of-primitive.gi");