test/mip_test.cc
author athos
Mon, 17 Jul 2006 11:56:17 +0000
changeset 2148 ab368e0ab662
parent 2146 5fcb6598276d
child 2149 b437bdee6fd0
permissions -rw-r--r--
Modifications to the interface: colType() functions, though I left the old integer() functions, too.
     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 }