Changes between Initial Version and Version 1 of Ticket #27777, comment 5
- Timestamp:
- 05/21/19 15:55:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27777, comment 5
initial v1 20 20 21 21 The position of elements of {{{list(sp._set)}}} is used for generating {{{SetPartitions_setparts.__iter__}}} results. 22 23 Enumerating the linear extensions give me the same orders in py2 and py3: 24 {{{ 25 sage: P = sp._set_partition_poset() 26 sage: [e for e in P.linear_extensions()] 27 [[0, 1, 2], [1, 2, 0], [1, 0, 2]] 28 }}}