7
8 //MipGlpk ilp;
9
10 Mip ilp;
11
12
13 typedef Mip::Row Row;
14 typedef Mip::Col Col;
15
16 ilp.max();
17