Re: [sage-combinat-devel] min-part, max-part

2012-01-19 Thread Florent Hivert
Hi, > > I think we should record such things for the week at Cernay during which > > we intend to speak about basic object in combinatorics. +1 to start to make plan for Cernay. > > Feel free to create a wiki page about weirdness in basics objects of > > combinatorics. I will also try to a

Re: [sage-combinat-devel] min-part, max-part

2012-01-19 Thread Vincent Delecroix
Hello, > I think we should record such things for the week at Cernay during which > we intend to speak about basic object in combinatorics. > > Feel free to create a wiki page about weirdness in basics objects of > combinatorics. I will also try to add some comments about integer > vectors. I think

Re: [sage-combinat-devel] Re: dot2tex, combinat

2012-01-19 Thread Nicolas M. Thiery
Hi Travis! On Sun, Jan 15, 2012 at 11:16:34PM -0800, Travis Scrimshaw wrote: > Here's the new patch: > http://trac.sagemath.org/sage_trac/ticket/12314 Note: this patch breaks later patches in the queue (tested on Sage 4.7.2): - displayhook-fh.patch - concrete_combinatorial_statistics_a

Re: [sage-combinat-devel] min-part, max-part

2012-01-19 Thread Nicolas Borie
Le jeudi 19 janvier 2012 à 09:30 +, Vincent Delecroix a écrit : > 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() > --

[sage-combinat-devel] min-part, max-part

2012-01-19 Thread Vincent Delecroix
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