This file is indexed.

/usr/include/qsopt_ex/fct_mpf.h is in libqsopt-ex-dev 2.5.10.3-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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
/* WARNING! This file was autogenerated from template */
/****************************************************************************/
/*                                                                          */
/*  This file is part of QSopt_ex.                                          */
/*                                                                          */
/*  (c) Copyright 2006 by David Applegate, William Cook, Sanjeeb Dash,      */
/*  and Daniel Espinoza                                                     */
/*                                                                          */
/*  Sanjeeb Dash ownership of copyright in QSopt_ex is derived from his     */
/*  copyright in QSopt.                                                     */
/*                                                                          */
/*  This code may be used under the terms of the GNU General Public License */
/*  (Version 2.1 or later) as published by the Free Software Foundation.    */
/*                                                                          */
/*  Alternatively, use is granted for research purposes only.               */
/*                                                                          */
/*  It is your choice of which of these two licenses you are operating      */
/*  under.                                                                  */
/*                                                                          */
/*  We make no guarantees about the correctness or usefulness of this code. */
/*                                                                          */
/****************************************************************************/

/* RCSINFO $Id: fct_mpf.h,v 1.3 2003/11/05 16:57:39 meven Exp $ */
#ifndef mpf___FUNCTIONS_H
#define mpf___FUNCTIONS_H

#include "basicdefs.h"
#include "lpdefs_mpf.h"


int mpf_ILLfct_compute_zA (
	mpf_lpinfo * lp,
	mpf_svector * z,
	mpf_svector * zA),
  mpf_ILLfct_compute_wz (
	mpf_lpinfo * lp,
	mpf_t * wz),
  mpf_ILLfct_adjust_viol_bounds (
	mpf_lpinfo * lp),
  mpf_ILLfct_perturb_bounds (
	mpf_lpinfo * lp),
  mpf_ILLfct_perturb_phaseI_bounds (
	mpf_lpinfo * lp),
  mpf_ILLfct_bound_shift (
	mpf_lpinfo * lp,
	int col,
	int bndtype,
	mpf_t newbnd),
  mpf_ILLfct_adjust_viol_coefs (
	mpf_lpinfo * lp),
  mpf_ILLfct_perturb_coefs (
	mpf_lpinfo * lp),
  mpf_ILLfct_coef_shift (
	mpf_lpinfo * lp,
	int col,
	mpf_t newcoef),
  mpf_ILLfct_test_pivot (
	mpf_lpinfo * lp,
	int indx,
	int indxtype,
	mpf_t piv_val);

void mpf_ILLfct_load_workvector (
	mpf_lpinfo * lp,
	mpf_svector * s),
  mpf_ILLfct_zero_workvector (
	mpf_lpinfo * lp),
  mpf_ILLfct_set_variable_type (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_pobj (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_dobj (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_xbz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_piz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_phaseI_xbz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_phaseI_piz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_dz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_phaseI_dz (
	mpf_lpinfo * lp),
  mpf_ILLfct_compute_yz (
	mpf_lpinfo * lp,
	mpf_svector * yz,
	mpf_svector * updz,
	int ecol),
  mpf_ILLfct_compute_zz (
	mpf_lpinfo * lp,
	mpf_svector * zz,
	int lindex),
  mpf_ILLfct_compute_binvrow (
	mpf_lpinfo * lp,
	mpf_svector * zz,
	int row,
	mpf_t ztoler),
  mpf_ILLfct_compute_vA (
	mpf_lpinfo * lp,
	mpf_svector * v,
	mpf_t * vA),
  mpf_ILLfct_compute_psteep_upv (
	mpf_lpinfo * lp,
	mpf_svector * swz),
  mpf_ILLfct_compute_dsteep_upv (
	mpf_lpinfo * lp,
	mpf_svector * swz),
  mpf_ILLfct_update_basis_info (
	mpf_lpinfo * lp,
	int eindex,
	int lindex,
	int lvstat),
  mpf_ILLfct_update_xz (
	mpf_lpinfo * lp,
	mpf_t tz,
	int eindex,
	int lindex),
  mpf_ILLfct_update_piz (
	mpf_lpinfo * lp,
	mpf_t alpha),
  mpf_ILLfct_update_pIpiz (
	mpf_lpinfo * lp,
	mpf_svector * z,
	const mpf_t alpha),
  mpf_ILLfct_update_dz (
	mpf_lpinfo * lp,
	int eindex,
	mpf_t alpha),
  mpf_ILLfct_update_pIdz (
	mpf_lpinfo * lp,
	mpf_svector * zA,
	int eindex,
	const mpf_t alpha),
  mpf_ILLfct_unroll_bound_change (
	mpf_lpinfo * lp),
  mpf_ILLfct_unroll_coef_change (
	mpf_lpinfo * lp),
  mpf_ILLfct_check_pfeasible (
	mpf_lpinfo * lp,
	mpf_feas_info * fs,
	const mpf_t ftol),
  mpf_ILLfct_check_pIpfeasible (
	mpf_lpinfo * lp,
	mpf_feas_info * fs,
	mpf_t ftol),
  mpf_ILLfct_check_dfeasible (
	mpf_lpinfo * lp,
	mpf_feas_info * fs,
	const mpf_t ftol),
  mpf_ILLfct_dual_adjust (
	mpf_lpinfo * lp,
	const mpf_t ftol),
  mpf_ILLfct_dphaseI_simple_update (
	mpf_lpinfo * lp,
	mpf_t ftol),
  mpf_ILLfct_set_status_values (
	mpf_lpinfo * lp,
	int pstatus,
	int dstatus,
	int ptype,
	int dtype),
  mpf_ILLfct_init_counts (
	mpf_lpinfo * lp),
  mpf_ILLfct_update_counts (
	mpf_lpinfo * lp,
	int f,
	int upi,
	const mpf_t upd),
  mpf_ILLfct_print_counts (
	mpf_lpinfo * lp),
  mpf_ILLfct_check_pIdfeasible (
	mpf_lpinfo * lp,
	mpf_feas_info * fs,
	mpf_t ftol),
  mpf_ILLfct_update_pfeas (
	mpf_lpinfo * lp,
	int lindex,
	mpf_svector * srhs),
  mpf_ILLfct_compute_ppIzz (
	mpf_lpinfo * lp,
	mpf_svector * srhs,
	mpf_svector * ssoln),
  mpf_ILLfct_update_ppI_prices (
	mpf_lpinfo * lp,
	mpf_price_info * pinf,
	mpf_svector * srhs,
	mpf_svector * ssoln,
	int eindex,
	int lindex,
	const mpf_t alpha),
  mpf_ILLfct_update_dfeas (
	mpf_lpinfo * lp,
	int eindex,
	mpf_svector * srhs),
  mpf_ILLfct_compute_dpIy (
	mpf_lpinfo * lp,
	mpf_svector * srhs,
	mpf_svector * ssoln),
  mpf_ILLfct_update_dpI_prices (
	mpf_lpinfo * lp,
	mpf_price_info * pinf,
	mpf_svector * srhs,
	mpf_svector * ssoln,
	int lindex,
	mpf_t alpha),
  mpf_ILLfct_update_dIIfeas (
	mpf_lpinfo * lp,
	int eindex,
	mpf_svector * srhs),
  mpf_ILLfct_compute_dpIIy (
	mpf_lpinfo * lp,
	mpf_svector * srhs,
	mpf_svector * ssoln),
  mpf_ILLfct_update_dpII_prices (
	mpf_lpinfo * lp,
	mpf_price_info * pinf,
	mpf_svector * srhs,
	mpf_svector * ssoln,
	/*int eindex,*/
	int lindex,
	mpf_t eval,
	mpf_t alpha);

void mpf_fct_test_workvector (
	mpf_lpinfo * lp),
  mpf_fct_test_pfeasible (
	mpf_lpinfo * lp),
  mpf_fct_test_dfeasible (
	mpf_lpinfo * lp),
  mpf_fct_test_pI_x (
	mpf_lpinfo * lp,
	mpf_price_info * p),
  mpf_fct_test_pII_x (
	mpf_lpinfo * lp,
	mpf_price_info * p),
  mpf_fct_test_pI_pi_dz (
	mpf_lpinfo * lp,
	mpf_price_info * p),
  mpf_fct_test_pII_pi_dz (
	mpf_lpinfo * lp,
	mpf_price_info * p);

mpf_bndinfo *mpf_ILLfct_new_bndinfo (
	void);
void mpf_ILLfct_free_bndinfo (
	mpf_bndinfo * binfo);

#endif /* mpf___FUNCTIONS_H */