Hi!

The iterator for

class SemistandardSkewTableaux_shape

runs over all weights in

IntegerVectors(self.p.size(), self.p.size())

This seems really arbitrary to me. Why not allow an extra
parameter (perhaps by default set to self.p.size()) which
gives the size of the alphabet in the tableaux? This is done
for SemistandardTableaux with the extra input max_entry.
So the above line (in analogy to SemistandardTableaux) should be
replaced by

IntegerVectors(self.p.size(), self.max_entry)

Best,

Anne

-- 
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