ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: PCore2Part - partition from p-core and p-quotient

CALLING SEQUENCE:

PCore2Part(pcore)
PART[PCore2Part](pcore)

PARAMETERS:

pcore = a list of lists

SYNOPSIS:

EXAMPLES:


> with(PART):
> Part2PCore([5,5,5,4,3,3,2,1,1,1],3);
 
                     [[2, 2, 1, 1], [1, 1, 1], [1], [3, 1]]
 
> PCore2Part([[2, 2, 1, 1], [1, 1, 1], [1], [3, 1]]);
 
                         [5, 5, 5, 4, 3, 3, 2, 1, 1, 1]
 

SEE ALSO: Part2PCore