Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/yangbaxter/constr/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 14.6.2025 mit Größe 784 B image not shown  

Quelle  myserver.g   Sprache: unbekannt

 
#############################################################################
#
# This is the SCSCP server configuration file.
# The service provider can start the server just by the command 
# $ gap myserver.g
#
#############################################################################

#############################################################################
#
# Load necessary packages and read external files. 
# Put here and other commands if needed.
#
#############################################################################

LogTo(); # to close log file if it was opened from .gaprc
LoadPackage("yangbaxter");
Read("count.g");
InstallSCSCPprocedure( "AllSkewbracesByGroupId", AllSkewbracesByGroupId, 1, 1 );
RunSCSCPserver( SCSCPserverAddress, SCSCPserverPort );

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]