test/mip_test.cc
author athos
Mon, 17 Jul 2006 09:31:41 +0000
changeset 2147 63d293ff1bef
parent 2146 demo/mip_demo.cc@5fcb6598276d
child 2149 b437bdee6fd0
permissions -rw-r--r--
mip_test file went to mip_demo.
     1 #include <lemon/lp.h>
     2 
     3 using namespace lemon;
     4 
     5 int main(){
     6 
     7 
     8 #ifdef HAVE_GLPK
     9   //This needs some thinking
    10 #endif
    11 
    12   return 0;
    13 
    14 }