-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
PolyhedronFace: Make it a subclass of ConvexSet_closed #31959
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:7
Every function needs a doctest, even if they are just |
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. New commits:
|
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. New commits:
|
Reviewer: Travis Scrimshaw |
comment:15
Green bot => positive review |
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. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:19
LGTM. |
comment:20
Thank you! |
comment:21
Can you please remove the import of It's redundant now. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:25
It was positive before and the unused import was the only complaint. |
comment:26
Thanks! |
Changed branch from u/mkoeppe/polyhedronface__make_it_a_subclass_of_convexset_closed to |
... we only need to be careful with the method
ambient_dim
, which is the dimension of the polyhedron, not of the space.So in this ticket we add to the API defined by
ConvexSet_base
:ambient
, which is allowed to be a containing convex set, not necessarily a space,ambient_vector_space
, which is always a vector space (even ifambient
is only a free module).Depends on #31919
CC: @kliem @jplab @tscrim
Component: geometry
Author: Matthias Koeppe
Branch/Commit:
f02ca28
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/31959
The text was updated successfully, but these errors were encountered: