This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit 71123d8
Release Manager
Trac #30319: Upgrade cddlib to fix wrong intersection of polytopes
As reported in [[https://groups.google.com/forum/#!topic/sage-
devel/514hUpM7pBY | this sage-devel thread]], the intersection of
polytopes is sometimes very wrong
{{{
a = Polyhedron([[0, -1, 1], [1, -1, 1], [1, 1, -1]])
b = Polyhedron([[0.0, -0.5, 1.5], [1.0, -0.5, 1.5], [1.0, 1.5, -0.5]])
c = a.intersection(b)
}}}
Here `c` should have been empty but is equal to `b`.
We fix it by upgrading to cddlib 0.94m, installing symlinks so that
consumers of cddlib that have not been updated to work with the new
header file locations (#29413) continue to work.
URL: https://trac.sagemath.org/30319
Reported by: vdelecroix
Ticket author(s): Jonathan Kliem, Matthias Koeppe
Reviewer(s): Matthias Koeppe, Dima PasechnikFile tree
4 files changed
+37
-5
lines changed- build/pkgs/cddlib
4 files changed
+37
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
20 | 44 | | |
21 | 45 | | |
22 | 46 | | |
23 | 47 | | |
24 | 48 | | |
25 | 49 | | |
26 | 50 | | |
| 51 | + | |
27 | 52 | | |
28 | 53 | | |
29 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments