Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

563501 views
#############################################################################
##
#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