Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/streams/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 3 kB 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.24 Sekunden  (vorverarbeitet)  ]