Skip to content

Commit 26e5a55

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/polyhedron/generating_function.py: Update doctest output
1 parent af7bf8e commit 26e5a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/geometry/polyhedron/generating_function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,14 @@ def generating_function_of_integral_points(polyhedron, split=False,
371371
INFO:sage.geometry.polyhedron.generating_function:(2/6) split polyhedron by b0 <= b2 < b1
372372
INFO:sage.geometry.polyhedron.generating_function:using polyhedron
373373
b2 >= b0
374-
b1 >= b2 + 1
374+
b1 >= 1 + b2
375375
b0 >= 0
376376
...
377377
INFO:sage.geometry.polyhedron.generating_function:(3/6) split polyhedron by b1 < b0 <= b2
378378
INFO:sage.geometry.polyhedron.generating_function:using polyhedron
379379
b2 >= b0
380380
b1 >= 0
381-
b0 >= b1 + 1
381+
b0 >= 1 + b1
382382
...
383383
INFO:sage.geometry.polyhedron.generating_function:(4/6) split polyhedron by b1 <= b2 < b0
384384
INFO:sage.geometry.polyhedron.generating_function:using polyhedron

0 commit comments

Comments
 (0)