-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
affine_basis does not always work when used with orthogonal or orthonormal #29116
Comments
Dependencies: #29127 |
New commits:
|
Author: Jonathan Kliem |
Commit: |
Branch: public/29116 |
Changed branch from public/29116 to public/29116-reb |
New commits:
|
comment:4
Since #29127 is on "positive review", I think this one also should be on "positive review". |
Reviewer: Laith Rastanawi |
comment:5
I forgot to mention: - # We implicitely translate the first vertex of the affine basis to zero.
+ # We implicitly translate the first vertex of the affine basis to zero. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed branch from public/29116-reb to |
When using
affine_basis
ofPolyhedron
withorthogonal
ororthonormal
we get the following errors.This happens because the method for computing an affine basis depends on the order of the vertices. We fix that by computing an affine basis of the polyhedron in the right way.
Depends on #29127
CC: @jplab @kliem
Component: geometry
Keywords: polytopes, affine_hull
Author: Jonathan Kliem
Branch/Commit:
7d21717
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/29116
The text was updated successfully, but these errors were encountered: