#8438: Construction of a skew partition from its row and column lengths
------------------------------+---------------------------------------------
   Reporter:  hivert          |       Owner:  hivert         
       Type:  enhancement     |      Status:  needs_review   
   Priority:  major           |   Milestone:  sage-4.3.4     
  Component:  combinatorics   |    Keywords:  skew partitions
     Author:  Florent Hivert  |    Upstream:  N/A            
   Reviewer:                  |      Merged:                 
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by nborie):

  * status:  needs_work => needs_review


Comment:

 Sorry,

 I don't know which behaviour you want for the last example I gave...

 I ran :
 {{{
 sage: for i in range(10):
 ....:     for S in SkewPartitions(i):
 ....:         if S !=
 from_row_and_column_length(S.row_lengths(),S.column_lengths()):
 ....:             print S
 ....:
 sage:
 }}}
 That works! For the example comming from my last comment... I don't know.

 Otherwise, the patch is correct (apply, test and doc.). I am not an expert
 with Skew Partitions...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8438#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to