summarylogtreecommitdiffstats
path: root/latte-count.patch
diff options
context:
space:
mode:
Diffstat (limited to 'latte-count.patch')
-rw-r--r--latte-count.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/latte-count.patch b/latte-count.patch
index ce1a09631757..b8d337eaabcd 100644
--- a/latte-count.patch
+++ b/latte-count.patch
@@ -2,7 +2,7 @@ diff --git a/src/sage/geometry/polyhedron/base_ZZ.py b/src/sage/geometry/polyhed
index 268af9db0d..70d41dfa30 100644
--- a/src/sage/geometry/polyhedron/base_ZZ.py
+++ b/src/sage/geometry/polyhedron/base_ZZ.py
-@@ -195,7 +195,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -194,7 +194,7 @@ class Polyhedron_ZZ(Polyhedron_base):
sage: p = P._ehrhart_polynomial_latte(maxdet=5, verbose=True) # optional - latte_int
This is LattE integrale ...
...
@@ -11,7 +11,7 @@ index 268af9db0d..70d41dfa30 100644
...
sage: p # optional - latte_int
1/2*t^2 + 3/2*t + 1
-@@ -203,7 +203,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -202,7 +202,7 @@ class Polyhedron_ZZ(Polyhedron_base):
sage: p = P._ehrhart_polynomial_latte(dual=True, verbose=True) # optional - latte_int
This is LattE integrale ...
...
@@ -20,7 +20,7 @@ index 268af9db0d..70d41dfa30 100644
...
sage: p # optional - latte_int
1/2*t^2 + 3/2*t + 1
-@@ -211,7 +211,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -210,7 +210,7 @@ class Polyhedron_ZZ(Polyhedron_base):
sage: p = P._ehrhart_polynomial_latte(irrational_primal=True, verbose=True) # optional - latte_int
This is LattE integrale ...
...
@@ -29,7 +29,7 @@ index 268af9db0d..70d41dfa30 100644
...
sage: p # optional - latte_int
1/2*t^2 + 3/2*t + 1
-@@ -219,7 +219,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -218,7 +218,7 @@ class Polyhedron_ZZ(Polyhedron_base):
sage: p = P._ehrhart_polynomial_latte(irrational_all_primal=True, verbose=True) # optional - latte_int
This is LattE integrale ...
...
@@ -38,7 +38,7 @@ index 268af9db0d..70d41dfa30 100644
...
sage: p # optional - latte_int
1/2*t^2 + 3/2*t + 1
-@@ -231,7 +231,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -230,7 +230,7 @@ class Polyhedron_ZZ(Polyhedron_base):
...
RuntimeError: LattE integrale program failed (exit code 1):
...