# # ChangeLog for lemon/bits/solver_bits.h in lemon-1.2 # # Generated by Trac 1.2.3 # 03/29/24 03:08:35 Mon, 23 Feb 2009 10:58:39 GMT Balazs Dezso [519:c786cd201266] * lemon/adaptors.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/path_dump.h (modified) * lemon/bits/solver_bits.h (modified) * lemon/concepts/heap.h (modified) * lemon/elevator.h (modified) * lemon/suurballe.h (modified) Fix several missing includes (#232) Tue, 02 Dec 2008 21:48:28 GMT Balazs Dezso [459:ed54c0d13df0] * configure.ac (modified) * lemon/CMakeLists.txt (modified) * lemon/Makefile.am (modified) * lemon/bits/lp_id.h (deleted) * lemon/bits/solver_bits.h (added) * lemon/config.h.in (modified) * lemon/lp.h (modified) * lemon/lp_base.cc (modified) * lemon/lp_base.h (modified) * lemon/lp_clp.cc (added) * lemon/lp_clp.h (added) * lemon/lp_cplex.cc (modified) * lemon/lp_cplex.h (modified) * lemon/lp_glpk.cc (modified) * lemon/lp_glpk.h (modified) * lemon/lp_skeleton.cc (modified) * lemon/lp_skeleton.h (modified) * lemon/lp_soplex.cc (modified) * lemon/lp_soplex.h (modified) * lemon/mip_cplex.cc (deleted) * lemon/mip_cplex.h (deleted) * lemon/mip_glpk.cc (deleted) * lemon/mip_glpk.h (deleted) * m4/lx_check_clp.m4 (added) * m4/lx_check_glpk.m4 (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Thorough redesign of the LP/MIP interface (#44) - Redesigned class ...