forked from gap-packages/congruence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.g
21 lines (18 loc) · 828 Bytes
/
init.g
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################################################################
##
#W init.g The Congruence package Ann Dooms
#W Eric Jespers
#W Alexander Konovalov
#W Helena Verrill
##
##
#############################################################################
# read Congruence declarations
ReadPackage( "congruence", "lib/cong.gd" );
ReadPackage( "congruence", "lib/farey.gd" );
# read the other part of code
ReadPackage( "congruence", "lib/cong.g" );
ReadPackage( "congruence", "lib/buildman.g" );
ReadPackage( "congruence", "lib/factor.g" );
# set the default InfoLevel
SetInfoLevel( InfoCongruence, 1 );