Opened 3 years ago
Closed 3 years ago
#27331 closed enhancement (fixed)
more cardinalities for restricted partitions
Reported by: | mantepse | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.7 |
Component: | combinatorics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Martin Rubey | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | a905aec (Commits, GitHub, GitLab) | Commit: | a905aec954ec26589f09e4d7c287d4e2577cca99 |
Dependencies: | Stopgaps: |
Description (last modified by )
For various restrictions it is faster to count the number of partitions than to explicitely enumerate them.
Change History (7)
comment:1 Changed 3 years ago by
- Branch set to u/mantepse/more_cardinalities_for_restricted_partitions
comment:2 Changed 3 years ago by
- Commit set to 084be13e2105fb8aa2652fe87771ad627ccf4e94
- Component changed from PLEASE CHANGE to combinatorics
- Description modified (diff)
- Type changed from PLEASE CHANGE to enhancement
comment:3 Changed 3 years ago by
- Commit changed from 084be13e2105fb8aa2652fe87771ad627ccf4e94 to 79b90e3efe323f213c7aac4ddab626ff91202eec
Branch pushed to git repo; I updated commit sha1. New commits:
79b90e3 | special case for PartitionsGreatestEQ
|
comment:4 Changed 3 years ago by
- Commit changed from 79b90e3efe323f213c7aac4ddab626ff91202eec to a905aec954ec26589f09e4d7c287d4e2577cca99
Branch pushed to git repo; I updated commit sha1. New commits:
a905aec | fix docstring of PartitionsGreatestEQ
|
comment:5 Changed 3 years ago by
- Status changed from new to needs_review
comment:6 Changed 3 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:7 Changed 3 years ago by
- Branch changed from u/mantepse/more_cardinalities_for_restricted_partitions to a905aec954ec26589f09e4d7c287d4e2577cca99
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
implement cardinality for PartitionsInBox, PartitionsGreatestLE, PartitionsGreatestEQ