COIN-OR::LEMON - Graph Library

source: lemon-0.x/test/mip_test.cc @ 2147:63d293ff1bef

Last change on this file since 2147:63d293ff1bef was 2147:63d293ff1bef, checked in by athos, 18 years ago

mip_test file went to mip_demo.

File size: 130 bytes
Line 
1#include <lemon/lp.h>
2
3using namespace lemon;
4
5int main(){
6
7
8#ifdef HAVE_GLPK
9  //This needs some thinking
10#endif
11
12  return 0;
13
14}
Note: See TracBrowser for help on using the repository browser.