#7396 closed defect (fixed)
Disjoint unions of enumerated sets
Reported by: | hivert | Owned by: | hivert |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3 |
Component: | combinatorics | Keywords: | Disjoint union, enumerated sets |
Cc: | sage-combinat | Merged in: | sage-4.3.alpha0 |
Authors: | Florent Hivert | Reviewers: | Nicolas M. Thiéry |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The patch implement the disjoint union of a family of enumerated sets. It allows in particular to deal with infinite unions such as in
sage: DisjointUnionEnumeratedSets( ... Family(NonNegativeIntegers(), Permutations)) Disjoint union of Lazy family (Permutations(i))_{i in Non negative integers}
Depend on #7395.
Florent
Attachments (1)
Change History (6)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Description modified (diff)
comment:2 Changed 13 years ago by
- Status changed from new to needs_review
comment:3 Changed 13 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 12 years ago by
- Merged in set to sage-4.3.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
comment:5 Changed 12 years ago by
- Report Upstream set to N/A
- Summary changed from Disjoint unions of enumerated sets. to Disjoint unions of enumerated sets
Note: See
TracTickets for help on using
tickets.
Patch good to go (we polished it together:-))!