Dear compositions lover,

I found a weird bug which perhpas needs a ticket : it is not possible
to send a composition for argument inner/outer of Compositions as in :
{{{
sage: c = Composition([2,2,1])
sage: C1 = Compositions(5,outer=c); C1
Compositions of the integer 5 satisfying constraints outer=[2, 2, 1]
sage: C1.list()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
...
TypeError: 'Composition_class' object is not callable
sage: C2 = Compositions(5,outer=list(c)); C2
Compositions of the integer 5 satisfying constraints outer=[2, 2, 1]
sage: C2.list()
[[2, 2, 1]]
}}}

What do you think ?

Cheers,
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to