-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Migrate is_lawrence_polytope
and is_pyramid
to combinatorial polyhedron
#29189
Comments
Branch: public/29189 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from public/29189 to public/29189-reb |
comment:4
Seems good to me. |
Changed branch from public/29189-reb to public/29189-reb2 |
comment:5
Well, I never considered caching it, because it is trivial. But I guess it doesn't matter. New commits:
|
Reviewer: Laith Rastanawi |
comment:7
Sorry, I forgot the trivial cases. What is the proper output to You cannot construct it as pyramid over one of its faces, because the empty face doesn't have a center. |
comment:8
Currently this returns |
comment:9
Then I should add those cases, because currently this just gives a stupid error message. |
comment:10
Replying to @kliem:
I suggest the output to be |
comment:11
I agree. I never liked |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:15
It looks good now. |
Changed branch from public/29189-reb2 to |
This ticket migrates the methods
is_lawrence_polytope
andis_pyramid
fromPolyhedron_base
toCombinatorialPolyhedron
.Also, we change the output for the
0
-dimensional polyhedron. It is a pyramid over the empty polyhedron, even if it is not constructable in sage.Along the way we fix a small bug, where the trivial combinatorial polyhedron in dimension 0 was set up without vertices (and facets). The bug fix is tested by
CombinatorialPolyhedron(0).is_pyramid(certificate=True)
.CC: @jplab @LaisRast
Component: geometry
Keywords: pyramid, lawrence polytope, combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit:
7e25b29
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/29189
The text was updated successfully, but these errors were encountered: