19 There was a (corrected) :
20 -------------------------------------------
21 Fault in Polyhedron_Scan
22 at DomainIntersection:
24 call Polyhedron_Print(yyout, " %4d", C1)
25 POLYHEDRON Dimension:6
26 Constraints:4 Equations:0 Rays:7 Lines:3
28 Inequality: [ 0 0 0 208 142380 1 0 ]
29 Inequality: [ 0 0 0 0 0 1 -1 ]
30 Inequality: [ 0 0 0 1 0 1 0 ]
31 Inequality: [ 0 0 0 0 0 0 1 ]
36 Ray: [ 0 0 0 35595 -52 0 ]
38 Ray: [ 0 0 0 -15820 23 15820 ]
39 Vertex: [ 0 0 0 -15820 23 15820 ]/15820
40 call Polyhedron_Print(yyout, " %4d", D1)
41 POLYHEDRON Dimension:6
42 Constraints:5 Equations:0 Rays:7 Lines:2
44 Inequality: [ 1 0 0 0 0 0 0 ]
45 Inequality: [ -1 0 0 1 0 0 0 ]
46 Inequality: [ 1 0 0 -1 0 1 0 ]
47 Inequality: [ 2 0 0 0 1 0 0 ]
48 Inequality: [ 0 0 0 0 0 0 1 ]
55 Vertex: [ 0 0 0 0 0 0 ]/1
58 I suspect align_context...
60 call Polyhedron_Print(yyout, " %4d", C)
61 POLYHEDRON Dimension:3
62 Constraints:4 Equations:0 Rays:4 Lines:0
64 Inequality: [ 0 1 0 0 ]
65 Inequality: [ 1 0 0 0 ]
66 Inequality: [ -1 0 1 0 ]
67 Inequality: [ 0 0 0 1 ]
73 stopped in Polyhedron_Scan at line 435 in file "erhart.c"
74 435 C1 = align_context(C, dim2, MAXRAYS);
78 `cca032041`align_context`n = 6
79 call Matrix_Print(yyout, " %4d", M)
85 stopped in align_context at line 393 in file "erhart.c"
86 393 for (i=0; i<P->NbConstraints; i++)