GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<Chapter Label="chap:objTypes">1<Heading>The new GAP object types of <Package>simpcomp</Package></Heading>23<#Include Label="objecttypes" />45<P/>6<Alt Only="LaTeX"><![CDATA[7\begin{center}8\includegraphics[width=1.0\textwidth]{figures/flowchart.pdf}\\\bigskip9{\small Figure 11. Overview over all GAP object types defined by simpcomp.}10\end{center}11]]>12</Alt>13<P/>1415</Chapter><Chapter Label="chap:polyhedralcomplex">16<Heading>Functions and operations for the GAP object type <C>SCPolyhedralComplex</C></Heading>1718<#Include Label="polyhedralcomplex" />1920</Chapter><Chapter Label="chap:complex">21<Heading>The GAP object types <C>SCSimplicialComplex</C> and <C>SCNormalSurface</C></Heading>2223<#Include Label="complex" />24<#Include Label="normalsurface" />2526</Chapter><Chapter Label="chap:scfunc"><Heading>Functions and operations for <C>SCSimplicialComplex</C></Heading>2728<#Include Label="generate" />29<#Include Label="glprops" />30<#Include Label="operations" />3132</Chapter>3334<Chapter Label="chap:NormSurfFunc"><Heading>Functions and operations for <C>SCNormalSurface</C></Heading>35<#Include Label="normalsurfaceFunc" />36</Chapter>3738<Chapter Label="chap:homology"><Heading>(Co-)Homology of simplicial complexes</Heading>3940<#Include Label="homology" />4142</Chapter>4344<Chapter Label="chap:bistellar"><Heading>Bistellar flips</Heading>45<#Include Label="bistellar" />46</Chapter>4748<Chapter Label="chap:blowups"><Heading>Simplicial blowups</Heading>49<#Include Label="blowups" />50</Chapter>5152<Chapter Label="chap:morse"><Heading>Polyhedral Morse theory</Heading>53<#Include Label="morse" />54</Chapter>5556<Chapter Label="chap:DMT"><Heading>Forman's discrete Morse theory</Heading>57<#Include Label="DMT" />58</Chapter>5960<Chapter Label="chap:libio"> <Heading>Library and I/O</Heading>61<#Include Label="lib" />62<#Include Label="io" />63</Chapter>6465<Chapter Label="chap:interface"><Heading>Interfaces to other software packages</Heading>6667<Package>simpcomp</Package> contains various interfaces to other software packages (see Chapter <Ref Chap="chap:libio" /> for file-related export and import formats). In this chapter, some more sophisticated interfaces to other software packages are described.<P/>68Note that this chapter is subject to change and extension as it is planned to expand <Package>simpcomp</Package>'s functionality in this area in the course of the next versions.6970<#Include Label="homalg" />71</Chapter>7273<Chapter Label="chap:misc"> <Heading>Miscellaneous functions</Heading>74<#Include Label="tools" />75</Chapter>7677<Chapter Label="chap:prophandler"><Heading>Property handlers</Heading>7879As explained in Chapter <Ref Chap="chap:complex"/>, objects of the types <C>SCSimplicialComplex</C>, <C>SCNormalSurface</C> and <C>SCLibRepository</C> provide a set of property handlers for ease of access to <Package>simpcomp</Package> functions using these objects. Accessing these property handlers is possible via the .-operator.<P/>80For example, the <M>f</M>-vector of a simplicial complex <C>c</C> that is stored as a <C>SCSimplicialComplex</C> object can be accessed via the statement <C>c.F;</C> instead of writing the longer <C>SCFVector(c);</C>. See below for a list of all properties supported by objects of the types <C>SCPolyhedralComplex</C>, <C>SCSimplicialComplex</C>, <C>SCNormalSurface</C> and <C>SCLibRepository</C> (Note that the property handlers of <C>SCPolyhedralComplex</C> can be used by both <C>SCSimplicialComplex</C> and <C>SCNormalSurface</C>).8182<Section Label="sec:prophandlerPC"><Heading>Property handlers of <C>SCPolyhedralComplex</C></Heading>83<#Include Label="prophandlerspc" />84</Section>8586<Section Label="sec:prophandlerSC"><Heading>Property handlers of <C>SCSimplicialComplex</C></Heading>87<#Include Label="prophandlers" />88</Section>8990<Section Label="sec:prophandlerNS"><Heading>Property handlers of <C>SCNormalSurface</C></Heading>91<#Include Label="prophandlersns" />92</Section>9394<Section Label="sec:prophandlerLib"><Heading>Property handlers of <C>SCLibRepository</C></Heading>95<#Include Label="prophandlerslib" />96</Section>9798</Chapter>99100101