FUNCTION: sameframe - determine whether two bound poset algebras have the same frame
CALLING SEQUENCE:
sameframe(p,q)
p, q - bound poset algebras
SYNOPSIS:
EXAMPLES:
>
p:=[5,{[1,2],[2,3,4,5]},{[1,4]}];
>
q:=[5,{[1,2,3],[4,1],[5,4]}];
>
sameframe(p,q);
>
isoalg(p,q);