Changes between Version 9 and Version 19 of Ticket #22562
- Timestamp:
- Mar 31, 2017, 12:07:10 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22562
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Jean-Philippe Labbé
-
Property
Commit
changed from
579b6beddfbafdcabd1e55710c6f1f9a6e8e9b1a
to1c9ccf7308475264d51bc82c6f4984dd027e0e08
-
Property
Milestone
changed from
sage-7.6
tosage-8.0
-
Property
Status
changed from
-
Ticket #22562 – Description
v9 v19 1 1 This ticket 2 2 - provides a trivial `Polyhedron_base.integral_points_count` implementation that delegates to `integral_points` 3 - moves the LattE-based `integral_points ` implementation to `Polyhedron_QQ`3 - moves the LattE-based `integral_points_count` implementation to `Polyhedron_QQ` 4 4 - adds preprocessing (bounds tightening) to it and uses explicit enumeration when that is expected to be faster