This file is indexed.

/usr/share/doc/libcolpack-dev/examples/SampleDrivers/Basic/Generate_seed_matrix_for_Jacobian.log is in libcolpack-dev 1.0.10-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Finish GenerateSeed()

Bipartite Graph | Left Vertex Adjacency | 

1	 : 
2	 : 1 (1) 
3	 : 2 (1) 
4	 : 3 (1) 
5	 : 1 (1) 
6	 : 1, 2, 4 (3) 
7	 : 2, 3, 5 (3) 
8	 : 3, 6 (2) 
9	 : 4 (1) 
10	 : 4, 5, 7 (3) 
11	 : 5, 6, 8 (3) 
12	 : 6, 9 (2) 
13	 : 7 (1) 
14	 : 7, 8 (2) 
15	 : 8, 9 (2) 
16	 : 9 (1) 
17	 : 1 (1) 
18	 : 1, 2 (2) 
19	 : 2, 3 (2) 
20	 : 3 (1) 
21	 : 1, 4 (2) 
22	 : 2, 4, 5 (3) 
23	 : 3, 5, 6 (3) 
24	 : 6 (1) 
25	 : 4, 7 (2) 
26	 : 5, 7, 8 (3) 
27	 : 6, 8, 9 (3) 
28	 : 9 (1) 
29	 : 7 (1) 
30	 : 8 (1) 
31	 : 9 (1) 
32	 : 

Bipartite Graph | Right Vertex Adjacency | 

1	 : 2, 5, 6, 17, 18, 21 (6) 
2	 : 3, 6, 7, 18, 19, 22 (6) 
3	 : 4, 7, 8, 19, 20, 23 (6) 
4	 : 6, 9, 10, 21, 22, 25 (6) 
5	 : 7, 10, 11, 22, 23, 26 (6) 
6	 : 8, 11, 12, 23, 24, 27 (6) 
7	 : 10, 13, 14, 25, 26, 29 (6) 
8	 : 11, 14, 15, 26, 27, 30 (6) 
9	 : 12, 15, 16, 27, 28, 31 (6) 

[Left Vertices = 32; Right Vertices = 9; Edges = 54]


Bipartite Graph | Column Partial Coloring | Column Vertices | Vertex Colors | 

1	 : 3
2	 : 1
3	 : 2
4	 : 2
5	 : 3
6	 : 1
7	 : 1
8	 : 2
9	 : 3

[Total Column Colors = 3]


Column Partial Distance Two Bicoloring | Column Smallest Last Ordering | 


[Total Column Colors = 3; Violation Count = -1]
[Row Vertex Count = 32; Column Vertex Count = 9
[Ordering Time = 0; Coloring Time = 0; Checking Time = -1]

Right Seed matrix: (9,3)
     0     0     1
     1     0     0
     0     1     0
     0     1     0
     0     0     1
     1     0     0
     1     0     0
     0     1     0
     0     0     1
PASS SampleDrivers/Basic/Generate_seed_matrix_for_Jacobian (exit status: 0)