CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Path: gap4r8 / pkg / ace-5.2 / read.g
Views: 418346
#############################################################################
##
#W  read.g                     ACE Package                        Greg Gamble
##
##    
#H  @(#)$Id$
##
#Y  Copyright (C) 2006  Centre for Discrete Mathematics and Computing
#Y                      Department of Information Technology & Electrical Eng.
#Y                      University of Queensland, Australia.
##

#############################################################################
##
#R  Read the installation files.
##
ReadPackage( "ace", "gap/ace.gi" );
ReadPackage( "ace", "gap/options.gi" );
ReadPackage( "ace", "gap/streams.gi" );
ReadPackage( "ace", "gap/general.gi" );
ReadPackage( "ace", "gap/interact.gi" );

#E  read.g  . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here