This file is indexed.

/usr/share/libctl/utils/nlopt-constants.scm is in libctl3 3.1.0-5ubuntu1.

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
; AUTOMATICALLY GENERATED - DO NOT EDIT
(define NLOPT-GN-DIRECT 0)
(define NLOPT-GN-DIRECT-L 1)
(define NLOPT-GN-DIRECT-L-RAND 2)
(define NLOPT-GN-DIRECT-NOSCAL 3)
(define NLOPT-GN-DIRECT-L-NOSCAL 4)
(define NLOPT-GN-DIRECT-L-RAND-NOSCAL 5)
(define NLOPT-GN-ORIG-DIRECT 6)
(define NLOPT-GN-ORIG-DIRECT-L 7)
(define NLOPT-GD-STOGO 8)
(define NLOPT-GD-STOGO-RAND 9)
(define NLOPT-LD-LBFGS-NOCEDAL 10)
(define NLOPT-LD-LBFGS 11)
(define NLOPT-LN-PRAXIS 12)
(define NLOPT-LD-VAR1 13)
(define NLOPT-LD-VAR2 14)
(define NLOPT-LD-TNEWTON 15)
(define NLOPT-LD-TNEWTON-RESTART 16)
(define NLOPT-LD-TNEWTON-PRECOND 17)
(define NLOPT-LD-TNEWTON-PRECOND-RESTART 18)
(define NLOPT-GN-CRS2-LM 19)
(define NLOPT-GN-MLSL 20)
(define NLOPT-GD-MLSL 21)
(define NLOPT-GN-MLSL-LDS 22)
(define NLOPT-GD-MLSL-LDS 23)
(define NLOPT-LD-MMA 24)
(define NLOPT-LN-COBYLA 25)
(define NLOPT-LN-NEWUOA 26)
(define NLOPT-LN-NEWUOA-BOUND 27)
(define NLOPT-LN-NELDERMEAD 28)
(define NLOPT-LN-SBPLX 29)