Specifications of SkewPartitions

This page is for discussing the specifications for the library combinat::skewPartitions

Hi there !

These are the new definitions for skewPartitions :

A skew partition skp is a list of two partitions [p, q], the second one (inner partition) included in the first one (outer partition). A skew partition is represented graphically by the boxes in the outer partition which are not in the inner partition. The overlap of two consecutive rows in a skew partition is the number of pairs of boxes (one in each row) which have a common edge. This number can be positive, zero or negative :

       ####           ####         ##
         ###              ##           ###
    overlap = 2    overlap = 0    overlap = -2
    connected      unconnected    disconnect

The overlap of a skp is the minimum of the overlaps of the consecutive rows, or infinity in the case of at most one row. If the overlap is positive, the skp is called "Connected" (reserved word).

Notes :

Regards

Teresa

Valid XHTML 1.0! Valid CSS!
Page Execution took real: 10.772, user: 4.610, sys: 0.700 seconds