Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/tst/testall1/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 390 B image not shown  

Quelle  1.2.2.tst   Sprache: unbekannt

 
gap> START_TEST("HAP library");
gap> 2simplices:= [[1,2,5], [2,5,8], [2,3,8], [3,8,9], [1,3,9], [1,4,9], [4,5,8], [4,6,8], [6,8,9], [6,7,9], [4,7,9], [4,5,7], [1,4,6], [1,2,6], [2,6,7], [2,3,7], [3,5,7], [1,3,5]];;
gap> K:=SimplicialComplex(2simplices);
Simplicial complex of dimension 2.

gap> Y:=RegularCWComplex(K);
Regular CW-complex of dimension 2

gap> STOP_TEST( "tst.tst", 1000 );


[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]