File: planartrees.gd

package info (click to toggle)
gap-hap 1.66%2Bds-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 55,348 kB
  • sloc: xml: 15,368; sh: 216; javascript: 155; makefile: 126; ansic: 57; perl: 36
file content (13 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
DeclareGlobalFunction("HAP_PlanarTreeJoin"); 
DeclareGlobalFunction("HAP_PlanarTreeLeaves");
DeclareGlobalFunction("HAP_PlanarTreeGraft");
DeclareGlobalFunction("HAP_PlanarBinaryTrees");
DeclareGlobalFunction("HAP_PlanarTreeRemoveEdge");
DeclareGlobalFunction("HAP_DisplayPlanarTree");
DeclareGlobalFunction("HAP_PlanarTreeRemovableEdge");
DeclareGlobalFunction("DisplayVectorField");
DeclareGlobalFunction("RegularCWAssociahedron");
DeclareGlobalFunction("HAP_AssociahedronCells");
DeclareGlobalFunction("HAP_AssociahedronBoundaries");
DeclareGlobalFunction("HAP_DisplayVectorField");
DeclareGlobalFunction("HAP_CriticalCellsDirected");