-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Move most important attributes of FaceIterator to a structure. #28894
Comments
New commits:
|
Commit: |
Branch: public/28894 |
Changed branch from public/28894 to public/28894-reb |
New commits:
|
comment:4
Ticket retargeted after milestone closed |
Changed branch from public/28894-reb to public/28894-reb2 |
comment:7
Apply failed. |
Changed branch from public/28894-reb2 to public/28894-reb3 |
This comment has been minimized.
This comment has been minimized.
comment:9
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
This comment has been minimized.
This comment has been minimized.
Changed branch from public/28894-reb3 to public/28894-reb4 |
Changed branch from public/28894-reb4 to public/28894-reb5 |
Reviewer: Jean-Philippe Labbé |
comment:12
Looks good to me. |
comment:13
Thank you. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:15
In the dual case the n_atoms/n_coatoms where initialized wrong in the face iterator. This made doctests in #28982 fail. |
Changed reviewer from Jean-Philippe Labbé to Jean-Philippe Labbé, Frédéric chapoton |
comment:16
back to positive |
Changed reviewer from Jean-Philippe Labbé, Frédéric chapoton to Jean-Philippe Labbé, Frédéric Chapoton |
comment:18
Thank you. |
Changed branch from public/28894-reb5 to |
This ticket is part of a series of tickets to parallelize the f-vector for polyhedra.
Python classes may not be accessed in
nogil
. To access important attributes of the classFaceIterator
, we move those attributes to a structure, which can be accessed innogil
.Along the way, the ticket simplifies some doctests that define cython functions.
CC: @jplab @LaisRast
Component: geometry
Keywords: combinatorial polyhedron, face iterator, f-vector
Author: Jonathan Kliem
Branch/Commit:
142d3a8
Reviewer: Jean-Philippe Labbé, Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/28894
The text was updated successfully, but these errors were encountered: