FUNCTION: psrepfin - test a poset for finite representation type

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

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

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

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

[Maple Math]

> print(c);

[Maple Math]

> print(incl);

[Maple Math]

> print(img);

[Maple Math]

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

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