-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Only subfaces/supfaces for polyhedral face iterator #31819
Comments
Dependencies: #29683 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
comment:7
(Edited) |
comment:8
Does this need to be changed to
|
comment:9
Does |
comment:10
In
|
comment:11
I understood the first, but not the second. Why is it an error, rather than say that the iterator is consumed? |
comment:12
Why doesn't it prevent visiting the (sub) faces of dimension >= |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
comment:14
Replying to @yuan-zhou:
It's not a silly question and even if it where: You are reviewing the ticket and I'm very thankful for this. You have every right to ask silly questions. Fixed. |
comment:15
Replying to @yuan-zhou:
I specified what I expect in It's not a terrible fail, if |
comment:16
Replying to @yuan-zhou:
This just prevents segmentation fault. It's never supposed to happen anyway. In fact I can't even change this. Because when I set |
comment:17
Replying to @yuan-zhou:
I don't understand the question.
If Whenever |
Work Issues: Merge conflict with #31245. One of them needs to be rebased. |
comment:19
Replying to @kliem:
I meant to change to Sure, if it never happens, then the current version is fine. |
comment:20
What do you mean by "no more faces from intersections"? Why is it |
comment:21
All other things on this ticket look good to me. Thanks for the explanations! |
comment:27
Ready to merge #31245? |
comment:29
Sure, it's easy to just back out the merge if necessary |
Last 10 new commits:
|
Changed branch from u/gh-kliem/only_subsets to u/gh-kliem/only_subsets_reb |
Changed work issues from Merge conflict with #31245. One of them needs to be rebased. to none |
comment:32
Actually rebasing on new version of #29683 and then pulling in #31245. Last 10 new commits:
|
Changed branch from u/gh-kliem/only_subsets_reb to u/gh-kliem/only_subsets_reb2 |
Changed branch from u/gh-kliem/only_subsets_reb2 to u/mkoeppe/only_subsets_reb2 |
Changed reviewer from Yuan Zhou to Yuan Zhou, Matthias Koeppe |
comment:35
Thank you. |
Changed branch from u/mkoeppe/only_subsets_reb2 to |
We allow for the face iterator to only visit subsets of the current face.
Depends on #29683
Depends on #31245
CC: @mkoeppe @yuan-zhou
Component: geometry
Keywords: face iterator, polyhedron
Author: Jonathan Kliem
Branch/Commit:
7f7e630
Reviewer: Yuan Zhou, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31819
The text was updated successfully, but these errors were encountered: