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

Quelle  blocks.gd   Sprache: unbekannt

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

DeclareCategoryKernel("IsBlocks", IsList, IS_BLOCKS);

DeclareCategoryCollections("IsBlocks");

BindGlobal("TheTypeTBlocksObj",
           NewType(NewFamily("BlocksFamily",
                             IsBlocks,
                             CanEasilySortElements,
                             CanEasilySortElements),
                   IsBlocks and IsComponentObjectRep
                   and IsAttributeStoringRep));

DeclareAttribute("ProjectionFromBlocks", IsBlocks);
DeclareAttribute("NrBlocks", IsBlocks);
DeclareAttribute("RankOfBlocks", IsBlocks);
DeclareAttribute("NrTransverseBlocks", IsBlocks);
DeclareAttribute("DegreeOfBlocks", IsBlocks);
DeclareOperation("OnRightBlocks", [IsBlocks, IsBipartition]);
DeclareOperation("OnLeftBlocks", [IsBlocks, IsBipartition]);
DeclareOperation("AsDigraph", [IsBlocks]);
DeclareAttribute("CanonicalBlocks", IsBlocks);

[ Dauer der Verarbeitung: 0.37 Sekunden  (vorverarbeitet)  ]