Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #16646: Ordered Set Partitions of size 42
I had the pleasure to remark that to generate '''ordered set partitions of size 42''' one has to use Word... and for some obscure reason... {{{ sage: type(Word(Permutations(range(3,52)).first())) <class 'sage.combinat.words.word.InfiniteWord_iter_with_caching'> sage: type(Word(range(3,52))) <class 'sage.combinat.words.word.FiniteWord_list'> }}} from a permutation of size 42 (>39), the word associated is an infinite word... (NOTE: This ticket fix `set_partition_ordered` not `Words`!!) URL: http://trac.sagemath.org/16646 Reported by: elixyre Ticket author(s): Jean-Baptiste Priez Reviewer(s): Frédéric Chapoton
- Loading branch information