Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/digraphs/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.8.2025 mit Größe 860 B image not shown  

Quelle  constructors.gd   Sprache: unbekannt

 
#############################################################################
##
##  constructors.gd
##  Copyright (C) 2019                                   James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

# This file contains constructions of certain types of digraphs, from other
# digraphs.

DeclareOperation("BipartiteDoubleDigraph", [IsDigraph]);
DeclareOperation("DoubleDigraph", [IsDigraph]);

DeclareOperation("DistanceDigraph", [IsDigraph, IsInt]);
DeclareOperation("DistanceDigraph", [IsDigraph, IsList]);

DeclareOperation("LineDigraph", [IsDigraph]);
DeclareSynonym("EdgeDigraph", LineDigraph);
DeclareOperation("LineUndirectedDigraph", [IsDigraph]);
DeclareSynonym("EdgeUndirectedDigraph", LineUndirectedDigraph);

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]