Opened 8 years ago
Closed 17 months ago
#14635 closed enhancement (duplicate)
Organizing combinatorial maps for Dyck paths
Reported by: | stumpc5 | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | |
Cc: | chrisjamesberg, VivianePons, tscrim, kdilks, mantepse, stumpc5 | Merged in: | |
Authors: | Reviewers: | Christian Stump | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Even though Chris has added some combinatorial maps to Dyck paths in #14302, some are still missing:
- reading_permutation
- to_permutation
- to_noncrossing_partition
- to_ordered_tree
- decomposition_reverse
- area_dinv_to_bounce_area_map
- bounce_area_to_area_dinv_map
But to get this running we have to make sure that any map applied to a DyckWord_complete is again a DyckWord_complete (similar to our issues with Tableaux - StandardTableaux?).
Change History (9)
comment:1 Changed 8 years ago by
- Cc changed from chrisjamesberg,VivianePons,tscrim to chrisjamesberg, VivianePons, tscrim
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 8 years ago by
- Component changed from PLEASE CHANGE to combinatorics
- Owner changed from tbd to sage-combinat
comment:3 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:4 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:5 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:6 Changed 6 years ago by
- Cc kdilks added
comment:7 Changed 17 months ago by
- Cc mantepse stumpc5 added
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
comment:8 Changed 17 months ago by
- Reviewers set to Christian Stump
- Status changed from needs_review to positive_review
comment:9 Changed 17 months ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
All these maps seem to exist now. Can we close this old and empty ticket ?