lemon/mip_glpk.cc
Tue, 26 Jun 2007 14:02:08 +0000 The mip column addition hack is necessary only for 4.16
Thu, 10 May 2007 14:56:05 +0000 Bug fix
Mon, 07 May 2007 18:19:55 +0000 Conformity to new GLPK interface
Sat, 03 Mar 2007 16:30:37 +0000 Happy New Year to all source files!
Fri, 16 Feb 2007 19:11:31 +0000 Using const in lp interface
Mon, 30 Oct 2006 11:32:19 +0000 LEMON_INTEGER -> INT
Tue, 17 Oct 2006 11:05:23 +0000 Remove superfluous #ifndef boundaries
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).