Dip  0.92.4
decomp_lp.h
Go to the documentation of this file.
1 #ifndef _DECOMP_LP_H
2 #define _DECOMP_LP_H
3 
4 #include<sym_lp_solver.h>
5 
6 void load_decomp_lp PROTO((LPdata *lp_data));
7 void unload_decomp_lp PROTO((LPdata *lp_data));
8 
9 #endif
#define PROTO(x)
Definition: sym_proto.h:27