File: lp_wlp.h

package info (click to toggle)
lp-solve 5.5.0.13-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 6,320 kB
  • ctags: 5,241
  • sloc: ansic: 48,111; yacc: 672; makefile: 171; sh: 121
file content (21 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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 */