demo/mip_demo.cc
changeset 2196 09af6d2b683b
parent 2146 5fcb6598276d
child 2369 6ae1a97055a2
equal deleted inserted replaced
0:0b52f26b7fb9 1:de442e3b70b4
     7 
     7 
     8   //MipGlpk ilp;
     8   //MipGlpk ilp;
     9 
     9 
    10    Mip ilp;
    10    Mip ilp;
    11 
    11 
    12     
    12 
    13   typedef Mip::Row Row;
    13   typedef Mip::Row Row;
    14   typedef Mip::Col Col;
    14   typedef Mip::Col Col;
    15   
    15   
    16   ilp.max();
    16   ilp.max();
    17   
    17