-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Add .change_ring() method for polyhedra #22574
Comments
comment:1
There is currently:
Could there be a boolean parameter such as I am wondering how much changing the base ring changes the internals of the polyhedron object. Would many things break? We can try and see... |
comment:2
I think there is no value in trying to implement |
comment:3
Replying to @mkoeppe:
Agreed. Further, I don't really like the fact that hidden in |
This comment has been minimized.
This comment has been minimized.
Branch: u/gh-LaisRast/change_ring |
New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Hi, Here are a couple of things I saw:
+ - ``backend`` -- the new backend, see
+ :func:`~sage.geometry.polyhedron.constructor.Polyhedron`.
+ If ``None`` (the default), use the same defaulting behavior
+ as described there; it is not attempted to keep the same
+ backend.
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Laith Rastanawi |
Reviewer: Jean-Philippe Labbé |
comment:12
This looks good to me. |
Changed branch from u/gh-LaisRast/change_ring to |
Polyhedra can be defined in different rings, and this method allows to transform between rings (compare to the similar feature for matrices).
TODO:
CC: @mkoeppe @jplab
Component: geometry
Keywords: days84, polytope
Author: Laith Rastanawi
Branch/Commit:
c9b92db
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/22574
The text was updated successfully, but these errors were encountered: