#17041 closed enhancement (fixed)
Get all paths to highest weight in crystal
Reported by: | bsalisbury1 | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | combinatorics | Keywords: | crystals, days64 |
Cc: | tscrim, aschilling, sage-combinat | Merged in: | |
Authors: | Ben Salisbury | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | dcafd16 (Commits) | Commit: | |
Dependencies: | Stopgaps: |
Description
Implement a command which will return the collection of all paths from a given vertex in a crystal the highest weight vertex of a highest weight crystal.
Change History (8)
comment:1 Changed 6 years ago by
- Branch set to public/crystals/all_paths-17041
- Commit set to 77a3d853acb50c68e7c9ebc9aaae79aa9f63f759
comment:2 Changed 6 years ago by
- Commit changed from 77a3d853acb50c68e7c9ebc9aaae79aa9f63f759 to b4f472f37c8ecca84e828db548a1d9a022da9836
Branch pushed to git repo; I updated commit sha1. New commits:
b4f472f | Moved code from hw category to crystals category
|
comment:3 Changed 6 years ago by
- Status changed from new to needs_review
comment:4 Changed 6 years ago by
- Commit changed from b4f472f37c8ecca84e828db548a1d9a022da9836 to dcafd16c021e03d8b2fb3a52e57554ea932a7153
comment:5 Changed 6 years ago by
- Reviewers set to Travis Scrimshaw
Sorry for forgetting about this. I made some tweaks and fixes. If they are okay with you, then positive review.
comment:6 Changed 6 years ago by
- Status changed from needs_review to positive_review
Thanks, Travis!
comment:7 Changed 6 years ago by
- Branch changed from public/crystals/all_paths-17041 to dcafd16c021e03d8b2fb3a52e57554ea932a7153
- Resolution set to fixed
- Status changed from positive_review to closed
comment:8 Changed 6 years ago by
- Commit dcafd16c021e03d8b2fb3a52e57554ea932a7153 deleted
- Keywords days64 added
Note: See
TracTickets for help on using
tickets.
New commits:
Code added