# # ChangeLog for lemon/mip_glpk.cc in lemon-0.x # # Generated by Trac 1.2.3 # 04/28/24 18:14:01 Mon, 30 Oct 2006 11:32:19 GMT athos [2267:3575f17a6e7f] * lemon/lp_base.h (modified) * lemon/mip_cplex.cc (modified) * lemon/mip_glpk.cc (modified) * test/mip_test.cc (modified) LEMON_INTEGER -> INT Tue, 17 Oct 2006 11:05:23 GMT Alpar Juttner [2253:1645f6cc9667] * lemon/lp_glpk.cc (modified) * lemon/mip_cplex.cc (modified) * lemon/mip_glpk.cc (modified) Remove superfluous #ifndef boundaries Thu, 21 Sep 2006 14:46:28 GMT athos [2218:50f1a780a5ff] * lemon/Makefile.am (modified) * lemon/lp.h (modified) * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_cplex.h (modified) * lemon/mip_glpk.cc (modified) * lemon/mip_glpk.h (modified) * test/mip_test.cc (modified) Interface to the cplex MIP solver: it is little, a bit sour but it is ... Fri, 08 Sep 2006 15:51:32 GMT athos [2213:2c094dfa176d] * lemon/mip_glpk.cc (modified) * test/mip_test.cc (modified) Some corrections. Wed, 30 Aug 2006 16:08:03 GMT athos [2185:e2bf51eab7f7] * lemon/lp_base.h (modified) * lemon/mip_glpk.cc (modified) * lemon/mip_glpk.h (modified) Fixed the mip error (mipstatus was incorrect). Tue, 18 Jul 2006 11:11:54 GMT athos [2149:b437bdee6fd0] * lemon/mip_glpk.cc (modified) * test/mip_test.cc (modified) Some tests added to the test file mip_test.cc. One problem is the ... Mon, 17 Jul 2006 11:56:17 GMT athos [2148:ab368e0ab662] * demo/mip_demo.cc (modified) * lemon/lp_base.h (modified) * lemon/mip_glpk.cc (modified) * lemon/mip_glpk.h (modified) Modifications to the interface: colType() functions, though I left ... Mon, 17 Jul 2006 09:00:21 GMT athos [2144:cd8897f67c26] * lemon/Makefile.am (modified) * lemon/lp.h (modified) * lemon/lp_base.h (modified) * lemon/lp_glpk.h (modified) * lemon/mip_glpk.cc (added) * lemon/mip_glpk.h (added) * test/Makefile.am (modified) * test/mip_test.cc (added) MIP support added (by Jano, the Great).