It works for me

┌────────────────────────────────────────────────────────────────────┐
│ Sage Version 5.12, Release Date: 2013-10-07                        │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘

sage: tt=StandardTableaux(4)
sage: tt.list()
[[[1, 2, 3, 4]],
 [[1, 3, 4], [2]],
 [[1, 2, 4], [3]],
 [[1, 2, 3], [4]],
 [[1, 3], [2, 4]],
 [[1, 2], [3, 4]],
 [[1, 4], [2], [3]],
 [[1, 3], [2], [4]],
 [[1, 2], [3], [4]],
 [[1], [2], [3], [4]]]


Which patches are applied for you?

Best wishes,

Anne

On 10/15/13 7:23 AM, Jean-Yves Thibon wrote:
> 
> 
> 
> sage: tt=StandardTableaux(4)
> 
> tt.list() hangs, and that's why:
> 
> sage: tt[1]
> [[1, 2, 3, 4]]
> sage: tt[2]
> [[1, 2, 3, 4]]
> sage: tt[3]
> [[1, 2, 3, 4]]
> sage: 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to