|
# SPDX-License-Identifier: GPL-2.0-or-later
# MatricesForHomalg: Matrices for the homalg project
#
# Declarations
#
## LIRNG = Logical Implications for homalg RiNGs
# our info class:
DeclareInfoClass( "InfoLIRNG" );
SetInfoLevel( InfoLIRNG, 1 );
# a central place for configurations:
DeclareGlobalVariable( "LIRNG" );
####################################
#
# global variables:
#
####################################
DeclareGlobalVariable( "LogicalImplicationsForHomalgRings" );
DeclareGlobalVariable( "LogicalImplicationsForHomalgRingElements" );
[ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet)
]
|