FUNCTION: pspg - test a poset for polynomial growth

CALLING SEQUENCE:
pspg(p)
pspg(p,c,incl,img)

PARAMETERS:
p - a poset
c, incl, img - optional arguments evaluating to names

SYNOPSIS:

EXAMPLES:

> p:= [7,{[1, 2, 3], [3, 4, 5], [2, 4, 5]}];

[Maple Math]

> pspg(p,'c','incl','img');

[Maple Math]

> print(c);

[Maple Math]

> print(incl);

[Maple Math]

> print(img);

[Maple Math]

SEE ALSO: psrepfin, pswild, subposet, crep/predefined_variables

BACK TO: start page of the crep online manual, crep