# # ChangeLog for lemon/mip_glpk.h in lemon-0.x # # Generated by Trac 1.2.3 # 03/28/24 23:16:12 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 ... 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). 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).