Opened 2 years ago
Last modified 7 weeks ago
#29199 new task
Meta-ticket: Set up polyhedra with both Vrep and Hrep
Reported by: | gh-kliem | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-wishlist |
Component: | geometry | Keywords: | |
Cc: | jipilab, gh-LaisRast | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
With #28880 at hand, it makes sense to set up polyhedra from both Vrepresentation and Hrepresentation, if the backend supports it.
This is faster an any case, if the backend supports precomputed data (currently only field
, but polymake
and normaliz
potentially can do that as well). Otherwise it might be faster, as it chooses the shorter representation by default. E.g.
- setting up a hypercube is then done by inequalities instead of vertices,
- translating a hypercube should be done by inequalities not by vertices.
This ticket collects all those instances, where we will set up the polyhedron from both Vrep and Hrep:
- From the library:
- Polyhedral constructions:
Change History (12)
comment:1 Changed 2 years ago by
- Description modified (diff)
comment:2 Changed 2 years ago by
- Description modified (diff)
comment:3 Changed 2 years ago by
- Description modified (diff)
comment:4 Changed 2 years ago by
- Description modified (diff)
comment:5 Changed 2 years ago by
- Description modified (diff)
comment:6 Changed 2 years ago by
- Description modified (diff)
comment:7 Changed 2 years ago by
- Description modified (diff)
comment:8 Changed 13 months ago by
- Description modified (diff)
comment:9 Changed 11 months ago by
- Description modified (diff)
comment:10 Changed 11 months ago by
- Description modified (diff)
comment:11 Changed 7 weeks ago by
- Description modified (diff)
comment:12 Changed 7 weeks ago by
- Summary changed from Set up polyhedra with both Vrep and Hrep to Meta-ticket: Set up polyhedra with both Vrep and Hrep
Note: See
TracTickets for help on using
tickets.