We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc99dc8 commit 3c2b836Copy full SHA for 3c2b836
src/sage/geometry/integral_points.py
@@ -1,3 +1,7 @@
1
+r"""
2
+Cython helper methods to compute integral points in polyhedra
3
+"""
4
+
5
try:
6
from .integral_points_integer_dense import (
7
parallelotope_points,
0 commit comments