GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## ## read.g SCO package Simon Goertzen ## ## Copyright 2007-2008 Lehrstuhl B f�r Mathematik, RWTH Aachen ## ## Reading the implementation part of the SCO package. ## ############################################################################# ReadPackage( "SCO", "gap/OrbifoldTriangulation.gi" ); ReadPackage( "SCO", "gap/SimplicialSet.gi" ); ReadPackage( "SCO", "gap/Matrices.gi" ); ReadPackage( "SCO", "gap/SCO.gi" );