- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 684
Closed
Milestone
Description
This ticket renames affine_hull of Polyhedron_base to affine_hull_projection and adds a deprecation warning.
Before, this function was hard to recognize, as by the name one expected to obtain the affine hull and not the polyhedron projected into it.
Also this ticket makes use of #28724 to simplify construction: We determine a transformation matrix A and a vector b and basically return A*P - b, where P is the polyhedron.
Component: geometry
Keywords: polyhedra, affine hull
Author: Jonathan Kliem
Branch/Commit: 32e59c0
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/29326