Changes between Version 4 and Version 24 of Ticket #18211
- Timestamp:
- Apr 16, 2015, 2:19:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18211
-
Property
Commit
changed from
5110cc954a88ce5477b7f35b60551aae69d9a788
tob877932445212ddfd72fd70079c53f17df6d5fd9
- Property Cc ncohen added
-
Property
Commit
changed from
-
Ticket #18211 – Description
v4 v24 1 1 We just call LattE (command `count`) through the command line to get the Ehrhart polynomial of a lattice polytope. 2 3 For complete doctesting you should run both of the following command (with and without `--long`) 4 {{{ 5 sage -t --optional=sage,latte_int $SAGE_ROOT/src/sage/geometry/polyhedron/ 6 sage -t $SAGE_ROOT/src/sage/geometry/polyhedron/ 7 }}}