-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method to get cells in horizontal/vertical border strip #34345
Comments
Branch: u/tkarn/strip-cells-34345 |
Commit: |
Dependencies: #34339 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
For these methods, since we are adding them, it would be better if they were generators that iterated through the different strips. (I wanted to do this for the other methods, but I didn't want to deal with the backwards incompatibility.) So instead of Why the change in order ( In the vertical strip, you can move the creation of |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Should be fixed. |
comment:8
Thanks. LGTM. |
Reviewer: Travis Scrimshaw |
Changed branch from u/tkarn/strip-cells-34345 to |
The methods
Partition.add_*_border_strip
where*
ishorizontal
orvertical
return new partitions. This ticket proposes a method that returns the indices of the cells of these new partitions which are not in the original partition.Depends on #34339
CC: @tscrim @trevorkarn
Component: combinatorics
Keywords: gsoc2022 partition cell border-strip
Author: Trevor K. Karn
Branch/Commit:
218b548
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34345
The text was updated successfully, but these errors were encountered: