| changeset 358 | 636fa2f39f10 | 
| parent 1 | 51eaad3a817b | 
| child 457 | 69928a704ffb | 
| child 500 | 8a144437db7d | 
| 0:43d60c8411f2 | 1:84b82f1d5e34 | 
|---|---|
44 lx_cplex_test_prog='  | 
44 lx_cplex_test_prog='  | 
45 extern "C" {  | 
45 extern "C" {  | 
46 #include <ilcplex/cplex.h>  | 
46 #include <ilcplex/cplex.h>  | 
47 }  | 
47 }  | 
48  | 
48  | 
49 int main(int argc, char* argv[])  | 
49 int main(int argc, char** argv)  | 
50 {  | 
50 {  | 
51 CPXENVptr env = NULL;  | 
51 CPXENVptr env = NULL;  | 
52 return 0;  | 
52 return 0;  | 
53 }'  | 
53 }'  | 
54  | 
54  |