1#############################################################################
2####
3##
4#W  ace.gd                     ACE Package                   Alexander Hulpke
5#W                                                                Greg Gamble
6##
7##  `Head' file for the GAP interface to the ACE (Advanced Coset Enumerator),
8##  by George Havas and Colin Ramsay.  The original interface was written  by
9##  Alexander Hulpke and extensively modified by Greg Gamble.
10##
11#Y  Copyright (C) 2006  Centre for Discrete Mathematics and Computing
12#Y                      Department of Information Technology & Electrical Eng.
13#Y                      University of Queensland, Australia.
14##
15
16
17#############################################################################
18####
19##
20#V  ACEData . . . . . . . record used by various functions of the ACE package
21##
22DeclareGlobalVariable( "ACEData",
23  "A record containing various data associated with the ACE package."
24  );
25
26#############################################################################
27##
28#I  InfoClass
29##
30DeclareInfoClass("InfoACE");
31
32#E  ace.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here
33