forked from gap-packages/recog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.g
26 lines (24 loc) · 1.04 KB
/
init.g
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#############################################################################
##
## init.g recog package
## Max Neunhoeffer
## Ákos Seress
## et al.
##
## Copyright 2005-2008 by the authors.
## This file is free software, see license information at the end.
##
## Reading the declaration part of the recog package.
##
#############################################################################
ReadPackage("recog","gap/matrix.gd");
ReadPackage("recog","gap/projective.gd");
ReadPackage("recog","gap/blackbox.gd");
ReadPackage("recog","gap/tensor.gd");
#ReadPackage("recog","gap/forms.gd");
ReadPackage("recog","gap/ppd.gd");
ReadPackage("recog","gap/classical.gd");
ReadPackage("recog","gap/almostsimple.gd");
ReadPackage("recog","gap/findnormal.gd");
ReadPackage("recog","gap/classicalnatural.gd");
ReadPackage("recog","gap/AnSnOnFDPM.gd");