changeset 1390 | 9c8e464ed940 |
parent 1387 | 37d1b20cd9ef |
2:9f2b7f7dd03e | 3:1692b582da62 |
---|---|
1 #include<lemon/lp_skeleton.h> |
|
2 |
|
1 #ifdef HAVE_CONFIG_H |
3 #ifdef HAVE_CONFIG_H |
2 #include <config.h> |
4 #include <config.h> |
3 #endif |
5 #endif |
4 |
6 |
5 #ifdef HAVE_GLPK |
7 #ifdef HAVE_GLPK |
140 |
142 |
141 } |
143 } |
142 |
144 |
143 int main() |
145 int main() |
144 { |
146 { |
147 LpSkeleton lp_skel; |
|
148 lpTest(lp_skel); |
|
149 |
|
145 LpDefault lp; |
150 LpDefault lp; |
146 |
151 |
147 lpTest(lp); |
152 lpTest(lp); |
148 |
153 |
149 return 0; |
154 return 0; |