/usr/include/lpsolve/lp_wlp.h is in liblpsolve55-dev 5.5.0.13-7+b1.
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 | #ifndef HEADER_lp_lp
#define HEADER_lp_lp
#include "lp_types.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Put function headers here */
MYBOOL LP_writefile(lprec *lp, char *filename);
MYBOOL LP_writehandle(lprec *lp, FILE *output);
#ifdef __cplusplus
}
#endif
#endif /* HEADER_lp_lp */
|