FUNCTION: pswild - test a poset for wild representation type

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

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

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

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

[Maple Math]

> print(c);

[Maple Math]

> print(incl);

[Maple Math]

> print(img);

[Maple Math]

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

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