CASA Function: neighborhoodTree

Checks whether a given object is a neighborhood tree.

Calling Sequence:

Parameters:

l : list(list)

Result:

b : boolean

Description:

Examples:

> A := mkImplAlgSet([y^6-x^3+x^4+x^6],[x,y]);

[Maple Math]

> G := neighbGraph(A);

[Maple Math]

> type(G,neighborhoodTree);

[Maple Math]

See Also:

[CASA] [neighbGraph]