summarylogtreecommitdiffstats
path: root/latte-count.patch
diff options
context:
space:
mode:
authorAntonio Rojas2021-05-11 18:46:00 +0200
committerAntonio Rojas2021-05-11 18:46:00 +0200
commitddb57898be299052eb7971a8ded148749e414cdc (patch)
treefbe45712c435397a3d013a0b38234800bd25cd6a /latte-count.patch
parent0ebcb979ea76a6c57cdfd0f958a27b9c53e0b5ab (diff)
downloadaur-ddb57898be299052eb7971a8ded148749e414cdc.tar.gz
Sync with stable
Diffstat (limited to 'latte-count.patch')
-rw-r--r--latte-count.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/latte-count.patch b/latte-count.patch
index 4c0a10b99209..86f6727178bc 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
-@@ -194,7 +194,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -193,7 +193,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
-@@ -202,7 +202,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -201,7 +201,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
-@@ -210,7 +210,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -209,7 +209,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
-@@ -218,7 +218,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -217,7 +217,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
-@@ -230,7 +230,7 @@ class Polyhedron_ZZ(Polyhedron_base):
+@@ -229,7 +229,7 @@ class Polyhedron_ZZ(Polyhedron_base):
...
RuntimeError: LattE integrale program failed (exit code 1):
...
@@ -51,7 +51,7 @@ diff --git a/src/sage/interfaces/latte.py b/src/sage/interfaces/latte.py
index 066cedd401..302b39910d 100644
--- a/src/sage/interfaces/latte.py
+++ b/src/sage/interfaces/latte.py
-@@ -96,7 +96,7 @@ def count(arg, ehrhart_polynomial=False, multivariate_generating_function=False,
+@@ -95,7 +95,7 @@ def count(arg, ehrhart_polynomial=False, multivariate_generating_function=False,
sage: n = count(cddin, cdd=True, verbose=True, raw_output=True) # optional - latte_int
This is LattE integrale ...
...
@@ -60,7 +60,7 @@ index 066cedd401..302b39910d 100644
...
Total Unimodular Cones: ...
Maximum number of simplicial cones in memory at once: ...
-@@ -117,7 +117,7 @@ def count(arg, ehrhart_polynomial=False, multivariate_generating_function=False,
+@@ -127,7 +127,7 @@ def count(arg, ehrhart_polynomial=False, multivariate_generating_function=False,
arg = str_to_bytes(arg)