Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 0c1f9463f03451b5503f0c33beb88a98 > files > 394

gap-system-4.4.12-5mdv2010.0.x86_64.rpm

<Section><Heading>Chain Complex</Heading>

 Given a polyhedron, the face lattice defines a chain complex. This
 can be done using the following function.


<ManSection>
  <Meth Name="ChainComplexFromPolygon" 
        Arg="poly"/>
   <Returns>  A <Ref Fam="HapChainComplex" BookName="hap"></Ref></Returns>
   <Description>
     Given a polyhedron <A>poly</A> as generated by <Package>polymaking</Package>
     (see <Ref Meth="CreatePolymakeObjectFromFile"
     BookName="polymaking"></Ref>), this method generates the face
     complex.
   </Description>
</ManSection>

</Section>