Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/semigroups/gap/libsemigroups/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 964 B image not shown  

Quelle  cong.gd   Sprache: unbekannt

 
############################################################################
##
##  libsemigroups/cong.gd
##  Copyright (C) 2022                                   James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
############################################################################

# A congruence satisfies CanUseLibsemigroupsCongruence if it should use a
# libsemigroups Congruence object to compute things about itself.
DeclareProperty("CanUseLibsemigroupsCongruence",
                CanComputeEquivalenceRelationPartition);

InstallTrueMethod(CanComputeEquivalenceRelationPartition,
                  CanUseLibsemigroupsCongruence);

# The next operation is the only one supplied by libsemigroups/cong.gd/i that
# is exported.

DeclareOperation("CongruenceLessNC",
                 [CanUseLibsemigroupsCongruence,
                  IsMultiplicativeElement,
                  IsMultiplicativeElement]);

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]