Skip to content

Commit 60e3509

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/integral_points.py: import more, for doctests
1 parent 118a408 commit 60e3509

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/sage/geometry/integral_points.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
loop_over_parallelotope_points,
66
simplex_points,
77
rectangular_box_points,
8-
print_cache
8+
print_cache,
9+
Inequality_generic,
10+
Inequality_int,
11+
InequalityCollection,
912
)
1013
except ImportError:
1114
from .integral_points_generic_dense import (
@@ -14,5 +17,8 @@
1417
loop_over_parallelotope_points,
1518
simplex_points,
1619
rectangular_box_points,
17-
print_cache
20+
print_cache,
21+
Inequality_generic,
22+
Inequality_int,
23+
InequalityCollection,
1824
)

0 commit comments

Comments
 (0)