Re: [sage-combinat-devel] cardinality of infinite enumerated set

2012-02-25 Thread Vincent Delecroix
2012/2/23, Nicolas M. Thiery : > On Wed, Feb 22, 2012 at 03:12:39PM +, Vincent Delecroix wrote: >> Actually the methods are removed in >> >> trac_10963-more_functorial_constructions-nt.patch >> >> But then, I get a problem when I build a parent which is an infinite >> enumerated set as it does

Re: [sage-combinat-devel] cardinality of infinite enumerated set

2012-02-23 Thread Nicolas M. Thiery
On Wed, Feb 22, 2012 at 03:12:39PM +, Vincent Delecroix wrote: > Actually the methods are removed in > > trac_10963-more_functorial_constructions-nt.patch > > But then, I get a problem when I build a parent which is an infinite > enumerated set as it does not inherit the cardinality method...

Re: [sage-combinat-devel] cardinality of infinite enumerated set

2012-02-22 Thread Vincent Delecroix
Actually the methods are removed in trac_10963-more_functorial_constructions-nt.patch But then, I get a problem when I build a parent which is an infinite enumerated set as it does not inherit the cardinality method... -- You received this message because you are subscribed to the Google Groups

Re: [sage-combinat-devel] cardinality of infinite enumerated set

2012-02-22 Thread Vincent Delecroix
2012/2/22, Florent Hivert : > On Wed, Feb 22, 2012 at 01:55:01PM +, Vincent Delecroix wrote: >> Hello, >> >> .cardinality() method of InfiniteEnumeratedSets is not implemented in >> ParentMethods of the corresponding category. Is there a reason for >> that ? > > ??? > > infinite_enumerated_sets

Re: [sage-combinat-devel] cardinality of infinite enumerated set

2012-02-22 Thread Florent Hivert
On Wed, Feb 22, 2012 at 01:55:01PM +, Vincent Delecroix wrote: > Hello, > > .cardinality() method of InfiniteEnumeratedSets is not implemented in > ParentMethods of the corresponding category. Is there a reason for > that ? ??? infinite_enumerated_sets.py line 56-120: class ParentMetho