Ticket #3382 (closed enhancement: fixed)
[with patch, positive review] Compute Newton polytopes without polymake
| Reported by: | mhampton | Owned by: | mhansen |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-3.0.4 |
| Component: | geometry | Keywords: | polytope, polyhedra, polynomials, editor_mhansen |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Currently multivariable polynomials have a newton_polytope method which doesn't work without the optional polymake package installed. This patch switches this method to using the Sage-native code in geometry/polyhedra.py, which only needs the default cddlib (in the future, this might optionally use lrs as well).
Attachments
Change History
comment:1 Changed 5 years ago by mabshoff
- Summary changed from Compute Newton polytopes without polymake to [with patch, needs review] Compute Newton polytopes without polymake
comment:2 Changed 5 years ago by craigcitro
- Keywords polynomials, editor_mhansen added; polynomials removed
Note: See
TracTickets for help on using
tickets.

