lemon/mip_glpk.cc
Thu, 21 Sep 2006 14:46:28 +0000 Interface to the cplex MIP solver: it is little, a bit sour but it is ours.
Fri, 08 Sep 2006 15:51:32 +0000 Some corrections.
Wed, 30 Aug 2006 16:08:03 +0000 Fixed the mip error (mipstatus was incorrect).
Tue, 18 Jul 2006 11:11:54 +0000 Some tests added to the test file mip_test.cc. One problem is the verbosity of the mip solver in glpk which I couldn't find how to kill.
Mon, 17 Jul 2006 11:56:17 +0000 Modifications to the interface: colType() functions, though I left the old integer() functions, too.
Mon, 17 Jul 2006 09:00:21 +0000 MIP support added (by Jano, the Great).