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

Quelle  cliques.tst   Sprache: unbekannt

 
#############################################################################
##
#W  extreme/cliques.tst
#Y  Copyright (C) 2024                                   James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

#@local D
gap> START_TEST("Digraphs package: extreme/cliques.tst");
gap> LoadPackage("digraphs", false);;

#
gap> DIGRAPHS_StartTest();
gap> D :=
> DigraphFromGraph6String("hJ\\zz{vJw~jvV^]^mvz\\~N^|{~xt~zJ~|N~~Y~~yf\
> ~~m~~~]~~~HR|nbmm~w^N}~Rmzv{inlnwcezjyBx{F{w}p~~VM]~~zH}T~~mvz~^~Lv~\
> }~~Y~~z^~nNv~n~yf~~n~~???????");
<immutable symmetric digraph with 41 vertices, 1212 edges>
gap> Length(DigraphCliques(D));
1651734

#
gap> DIGRAPHS_StopTest();
gap> STOP_TEST("Digraphs package: standard/cliques.tst", 0);

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]