GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## ## LIMAP.gd LIMAP subpackage Mohamed Barakat ## ## LIMAP = Logical Implications for homalg ring MAPs ## ## Copyright 2009, Mohamed Barakat, Universität des Saarlandes ## ## Declaration stuff for the LIMAP subpackage. ## ############################################################################# # our info class: DeclareInfoClass( "InfoLIMAP" ); SetInfoLevel( InfoLIMAP, 1 ); # a central place for configurations: DeclareGlobalVariable( "LIMAP" ); #################################### # # global variables: # #################################### DeclareGlobalVariable( "LogicalImplicationsForHomalgRingMaps" ); DeclareGlobalVariable( "LogicalImplicationsForHomalgRingSelfMaps" );