-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
ConvexSet_base: Add affine_hull, affine_hull_projection, an_affine_basis #31993
Comments
Dependencies: #31963 |
Commit: |
comment:4
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:11
Coverage needs work yet.
Probably three stupid tests, testing abstract methods raise a |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:20
Merge conflict. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:23
Actually would be good to get it into 9.4 so that we don't have to bother with deprecation for the changes to |
comment:24
I think things are fine. Waiting for a patchbot, seems hopeless: https://patchbot.sagemath.org/ticket/0/ Coverage is good. I'm going to run |
Reviewer: Jonathan Kliem |
comment:25
I'm getting those failures
and nothing is related to this ticket, but I also get failures on develop. |
comment:26
LGTM. |
comment:27
Thanks! |
comment:28
Merge conflict |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Changed branch from u/mkoeppe/convexset_base__add_affine_hull__affine_hull_projection__an_affine_basis to |
We generalize
an_affine_basis
,affine_hull
,affine_hull_projection
, andAffineHullProjectionData
(from #27366) fromPolyhedron_base
toConvexSet_base
.To provide the default implementation of
affine_hull_projection
, this ticket also adds thePolyhedron_base
methodslinear_transformation
andtranslation
to theConvexSet_base
ABC, as well asdilation
for completeness.Depends on #31963
Depends on #32013
CC: @kliem
Component: geometry
Author: Matthias Koeppe
Branch/Commit:
b909bdd
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/31993
The text was updated successfully, but these errors were encountered: