Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

1035318 views
################################################################################
##
##  simpcomp / class3mflds.gd
##
##  Classification of combinatorial 3-manifolds with transitive cyclic symmetry
##  and up to 22 vertices.
##
##  $Id$
##
################################################################################

## GAPDoc include
## <#GAPDoc Label="class3mflds">
## <Section Label="sec:ClassOf3Mflds">
## <Heading>The classification of cyclic combinatorial 3-manifolds</Heading>
##
##  This section contains functions to access the classification of 
## combinatorial 3-manifolds with transitive cyclic symmetry
##  and up to 22 vertices as presented in <Cite Key="Spreer11CyclicCombMflds"/>.
##
## <#Include Label="SCNrCyclic3Mflds"/>
## <#Include Label="SCCyclic3MfldTopTypes"/>
## <#Include Label="SCCyclic3Mfld"/>
## <#Include Label="SCCyclic3MfldByType"/>
## <#Include Label="SCCyclic3MfldListOfGivenType"/>
## </Section>
## <#/GAPDoc>

DeclareGlobalFunction("SCNrCyclic3Mflds");
DeclareGlobalFunction("SCCyclic3MfldTopTypes");
DeclareGlobalFunction("SCCyclic3Mfld");
DeclareGlobalFunction("SCCyclic3MfldByType");
DeclareGlobalFunction("SCCyclic3MfldListOfGivenType");