Opened 10 years ago
Closed 10 years ago
#10237 closed defect (fixed)
Polyhedra of trivial cones are wrong
Reported by: | novoselt | Owned by: | mhampton |
---|---|---|---|
Priority: | major | Milestone: | sage-4.6.1 |
Component: | geometry | Keywords: | |
Cc: | vbraun | Merged in: | sage-4.6.1.alpha1 |
Authors: | Andrey Novoseltsev | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Without the patch:
sage: Cone([], lattice=ZZ^2).polyhedron() The empty polyhedron in QQ^0.
With the patch:
sage: Cone([], lattice=ZZ^2).polyhedron() A 0-dimensional polyhedron in QQ^2 defined as the convex hull of 1 vertex.
Attachments (1)
Change History (5)
Changed 10 years ago by
comment:1 Changed 10 years ago by
- Cc vbraun added
- Status changed from new to needs_review
comment:2 Changed 10 years ago by
- Status changed from needs_review to positive_review
comment:3 Changed 10 years ago by
- Reviewers set to Volker Braun
comment:4 Changed 10 years ago by
- Merged in set to sage-4.6.1.alpha1
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Good to go!