This file is indexed.

/usr/share/coin/Data/Sample/tp5.mps is in coinor-libcoinutils-dev 2.10.14+repack1-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
*
* small test problem - tp5.mps
*
* knapsack problem where the greedy cover cut
* approach leads to a violated min. cover
*
NAME          tp5
ROWS                                
 N  obj
 L  knap
 G  r1
 G  r2
 G  r3
COLUMNS                             
    SET00001  'MARKER'                 'INTORG'              
    x1        knap          8.000000
    x1        r1            1.000000
    x2        knap          7.000000
    x2        r2            1.000000
    x3        knap          6.000000
    x3        r3            1.000000
    x4        knap          4.000000
    x4        obj          -1.000000
    x5        knap          6.000000
    x5        obj        -100.000000
    x6        knap         13.500000
    x6        obj         -10.000000
RHS                                 
    RHS       knap         22.000000
    RHS       r1            0.900000
    RHS       r2            0.900000
    RHS       r3            0.900000
BOUNDS                              
 BV ONE       x1            1.000000
 BV ONE       x2            1.000000
 BV ONE       x3            1.000000
 BV ONE       x4            1.000000
 BV ONE       x5            1.000000
 BV ONE       x6            1.000000
ENDATA