Commit 774ec15 1 parent eb74688 commit 774ec15 Copy full SHA for 774ec15
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
# metadata in PackageInfo.g.
6
6
#
7
7
8
- # Some tests need to check for graph isomorphism using grape
8
+ # The computation of the tables (targets) requires the computation of schur multipliers
9
9
LoadPackage(" cohomolo" );
10
+ # Makes the computation of the tables (targets) faster
10
11
LoadPackage(" recog" );
11
12
LoadPackage( " LINS" );
12
13
ReadPackage( " LINS" , " gap/createTables.gi" );;
Original file line number Diff line number Diff line change 7
7
8
8
# Some tests need to check for graph isomorphism using grape
9
9
LoadPackage( " grape" );
10
+ # The computation of the tables (targets) requires the computation of schur multipliers
10
11
LoadPackage(" cohomolo" );
12
+ # Makes the computation of the tables (targets) faster
11
13
LoadPackage(" recog" );
12
14
LoadPackage( " LINS" );
13
15
ReadPackage( " LINS" , " gap/createTables.gi" );;
You can’t perform that action at this time.
0 commit comments