-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Another improvement for face iterator of simple/simplicial polytopes #33645
Milestone
Comments
Author: Jonathan Kliem |
New commits:
|
Branch: public/33645 |
Commit: |
This comment has been minimized.
This comment has been minimized.
Reviewer: Travis Scrimshaw |
comment:2
LGTM. |
comment:3
Thank you. |
Changed branch from public/33645 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up on #30040:
If we are in a lattice, such that all intervals
[F, G]
are boolean, ifF
is not the lower bound, then any face except the lower bound, has a unique representation as meet of coatoms.This means that we do not need to mark a face as visited, when removing it from the coatoms.
Before (benchmarks without parallelization):
After (benchmarks without parallelization):
CC: @tscrim @yuan-zhou
Component: geometry
Author: Jonathan Kliem
Branch/Commit:
04ca6fb
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33645
The text was updated successfully, but these errors were encountered: