-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathread.g
More file actions
21 lines (20 loc) · 812 Bytes
/
read.g
File metadata and controls
21 lines (20 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################################################################
##
#W init.g Victor Bovdi <vbovdi@gmail.com>
#W Vasyl Laver <vasyl.laver@uzhnu.edu.ua>
##
##
#Y Copyright (C) 2018, UAEU, Al Ain, United Arab Emirates
##
#############################################################################
##
## Read the installation files.
##
ReadPackage( "thelma", "lib/internal_functions.gi" );
ReadPackage( "thelma", "lib/char_vectors.g" );
ReadPackage( "thelma", "lib/threl_def.gi" );
ReadPackage( "thelma", "lib/boolfunc_def.gi" );
ReadPackage( "thelma", "lib/ste_realizability.gi" );
ReadPackage( "thelma", "lib/neural_network.gi" );
ReadPackage( "thelma", "lib/iterative_methods.gi" );
ReadPackage( "thelma", "lib/mvthrel.gi" );