Changes between Version 12 and Version 15 of Ticket #18003
- Timestamp:
- 03/24/15 05:01:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18003
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
jcampbell
toJames Campbell, Vince Knight, Jessica Striker, Kevin Dilks, Emily Gunawan
-
Property
Status
changed from
-
Ticket #18003 – Description
v12 v15 1 Create class FullyPackedLoop class and fully_packed_loop.py. 2 Add methods for ascii/graphical representation by modifying corresponding code for six vertex model. 3 Add method to_alternating_sign_matrix. 4 Add method link_pattern to extract link pattern/ non-crossing partition. 1 Create the `FullyPackedLoop` class which does the following: 5 2 6 To access the latest code in progress, do 7 ``git pull trac public/ticket/18003`` on top of sage6.6beta6 8 9 (previously u/jcampbell/lp also on top of sage6.6beta6) 10 11 The duplicate ticket #17988 has been labeled duplicate/invalid 3 - Add methods for ascii/graphical representation by modifying corresponding code for six vertex model. 4 - Add method `to_alternating_sign_matrix`. 5 - Add method `link_pattern` to extract link pattern/ non-crossing partition.