On Wed, Feb 22, 2012 at 11:45:41AM -0800, Anne Schilling wrote: > Hi Florent, > > Thanks for your help to get ClonableIntArray running for linear extensions > (through private e-mails). > > Now I have more problems with k_tableaux.py In this case there is an optional > input mu=None. > How should _element_constructor_ look like in this case? Could you have a > look at > trac_12250-ktableaux-as.patch > to see what is wrong with the ClonableIntArray setup in this patch?
I'm sorry but between FPSAC and my teaching I've no more time on Sage right now. Are you trying to use ClonableIntArray for storing a tableau ? As the name suggest, ClonableIntArray is only able to store lists of integers. If you want something more complicated you should use ClonableList. Cheers, Florent -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" 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-combinat-devel?hl=en.
