-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #22310: Use PPL for facet normals of full-dimensional polytopes
Before: {{{ sage: timeit("LatticePolytope(lattice_polytope.cross_polytope(3).vertice s()).facet_normals()") 5 loops, best of 3: 43.2 ms per loop }}} After: {{{ sage: timeit("LatticePolytope(lattice_polytope.cross_polytope(3).vertice s()).facet_normals()") 125 loops, best of 3: 6.81 ms per loop }}} PPL will of course work for non-full-dimensional polytopes as well, however the treatment of this case is spread around several places and its removal will be treated separately. Once this is done the speed up will be even more significant. Next in the chain of lattice polytope improvements is #22391 URL: https://trac.sagemath.org/22310 Reported by: novoselt Ticket author(s): Andrey Novoseltsev Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
5 changed files
with
218 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.