-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
#29843 introduces a bug in Polyhedron().linear_transformation #30146
Comments
comment:2
Thanks for catching this. This is another friendly reminder that working on those test suites is really useful. |
Commit: |
Author: Jonathan Kliem |
Branch: public/30146 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Replying to @sagetrac-git:
I was thinking about that one. At first glance this might be a bit weird, because the matrix is supposed to act from the left. However it is shorter and easier to read I guess (and slightly faster I suppose). |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe |
comment:8
Thank you. |
Changed branch from public/30146 to |
In 9.2.beta5 applying linear transformations to a polyhedron containing a ray is broken:
this used to work just fine in 9.2.beta4.
git bisect
seems to blame the regression on #29843CC: @jplab @LaisRast @kliem @mkoeppe
Component: geometry
Keywords: combinatorial polyhedron, linear transformation
Author: Jonathan Kliem
Branch/Commit:
c9c7b63
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30146
The text was updated successfully, but these errors were encountered: