-
-
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
Add __copy__ method to backend normaliz of Polyhedron #28633
Milestone
Comments
Commit: |
Branch: public/28633 |
New commits:
|
This comment has been minimized.
This comment has been minimized.
jplab
changed the title
Make a true copy of normaliz cone
Add __copy__ method to backend normaliz of Polyhedron
Oct 19, 2019
This comment has been minimized.
This comment has been minimized.
comment:5
Optional flags are missing. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
LGTM. JP, I added you as a reviewer for comment:5. |
Reviewer: Jean-Philippe Labbé, Travis Scrimshaw |
Changed branch from public/28633 to |
Changed commit from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when copying a normaliz polyhedron, the
_normaliz_cone
is not copied appropriately:This ticket implements the
__copy__
method in the normaliz backend by making use of the methodNmzConeCopy
ofPyNormaliz
. This way, a copy of a polyhedron with backend Normaliz contains a true copy of the normaliz cone.CC: @jplab
Component: geometry
Keywords: polyhedra, normaliz
Author: Jonathan Kliem
Branch:
d30c087
Reviewer: Jean-Philippe Labbé, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/28633
The text was updated successfully, but these errors were encountered: