Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

11 Tools
 11.1 Info Class
 11.2 Constructors
 11.3 Operations
 11.4 GAP Categories

11 Tools

11.1 Info Class

11.1-1 InfoSquashDatastructureForConstructibleObjects
‣ InfoSquashDatastructureForConstructibleObjects( info class )

11.2 Constructors

11.2-1 DatastructureForConstructibleObject
‣ DatastructureForConstructibleObject( none )( function )

Returns: an empty datastructure of a constructible object

Construct a datastructure of a constructible object.

11.2-2 NodeInDatastructureOfConstructibleObject
‣ NodeInDatastructureOfConstructibleObject( C, A, d, b )( operation )

Returns: a datastructure of a node in a constructible object

Construct a node of parity b in a the datastructure C of a constructible object given an object A in a thin category.

11.2-3 Attach
‣ Attach( N, pos_node, L )( operation )

Returns: a list

Use NodeInDatastructureOfConstructibleObject to attach to the datastructure C of a constructible object

11.3 Operations

11.3-1 IsDone
‣ IsDone( C )( operation )

11.3-2 MinimalLevelOfPreNodes
‣ MinimalLevelOfPreNodes( pos_node )( operation )

Returns: nothing

11.3-3 Pop
‣ Pop( C )( operation )

Returns: a datastructure of a node in a constructible object

11.3-4 IsHomSetInhabited
‣ IsHomSetInhabited( node1, node2 )( operation )

Returns: true or false

Check if the object underlying node1 is contained in the object underlying node2.

11.3-5 Remove
‣ Remove( pos_node )( operation )

Returns: nothing

11.3-6 SquashOnce
‣ SquashOnce( C )( operation )

Returns: a datastructure of a node in a constructible object

11.3-7 RemoveObsoleteSubtrahends
‣ RemoveObsoleteSubtrahends( C )( operation )

Returns: a datastructure of a node in a constructible object

11.3-8 Squash
‣ Squash( C )( operation )

Returns: a datastructure of a node in a constructible object

11.3-9 AsUnionOfMultipleDifferences
‣ AsUnionOfMultipleDifferences( C )( operation )

Returns: a constructible object

11.3-10 DigraphOfParents
‣ DigraphOfParents( C )( operation )

Returns: a digraph

11.3-11 DigraphOfChildren
‣ DigraphOfChildren( C )( operation )

Returns: a digraph

11.3-12 Visualize
‣ Visualize( A )( operation )

Returns: nothing

Opens a PDF with the graph of the datastructure of a constructible object A.

11.4 GAP Categories

11.4-1 IsDatastructureForConstructibleObjects
‣ IsDatastructureForConstructibleObjects( object )( filter )

Returns: true or false

The GAP category of datastructures for constructible objects.

11.4-2 IsNodeInDatastructureOfConstructibleObjects
‣ IsNodeInDatastructureOfConstructibleObjects( object )( filter )

Returns: true or false

The GAP category of nodes in datastructures of constructibe objects.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 Ind

generated by GAPDoc2HTML