#7395 closed enhancement (fixed)
The enumerated set of non negative integers
Reported by: | hivert | Owned by: | hivert |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3 |
Component: | combinatorics | Keywords: | Non negative integers |
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
The following patch implement the set of non-negative integers in the category EnumeratedSets()
. This is needed when making the unions of a family of enumerated sets such has Permutations()
being defined as the union of Permutations(n)
for all n
.
Depends on the category framework #5891.
Florent
Attachments (2)
Change History (6)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Status changed from new to needs_review
Changed 13 years ago by
comment:2 Changed 13 years ago by
- Status changed from needs_review to positive_review
comment:3 Changed 13 years ago by
- Merged in set to sage-4.3.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 13 years ago by
- Report Upstream set to N/A
- Summary changed from The enumerated set of non negative integers ! to The enumerated set of non negative integers
Note: See
TracTickets for help on using
tickets.
The updated patch fixes 3 typos which have been cross-reviewed by Florent