Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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
Project: cocalc-sagemath-dev-slelievre
Views: 418346############################################################################# ## #W read.g Manuel Delgado <[email protected]> #W Jose Morais <[email protected]> ## ## #H @(#)$Id: read.g,v 0.999.1 $ ## #Y Copyright (C) 2005, CMUP, Universidade do Porto, Portugal ## ## Read the installation files. ## DeclareInfoClass("InfoViz"); DeclareInfoClass("InfoSgpViz"); ReadPackage( "sgpviz/gap/infolevelsgpviz" ); ReadPackage( "sgpviz/gap/splash_from_Viz.g" ); ReadPackage( "sgpviz/gap/basicsViz.gi" ); ReadPackage( "sgpviz/gap/grahamblocks.gi" ); ReadPackage( "sgpviz/gap/drawdclasses.gi" ); ReadPackage( "sgpviz/gap/semigroupfactorization.gi" ); ReadPackage( "sgpviz/gap/schutzenberger-graphs.gi" ); ReadPackage( "sgpviz/gap/sgpviz-display.gi" ); ReadPackage( "sgpviz/gap/xautomaton.gi" ); ReadPackage( "sgpviz/gap/xsemigroup.gi" ); ReadPackage( "sgpviz/gap/sv_utils.gi"); #E read.g . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here