2009-05-28 Akos Ladanyi Change the label of the html project in Visual Studio
2009-05-27 Akos Ladanyi Generate and install LEMONConfig.cmake
2009-05-27 Akos Ladanyi Add tools/CMakeLists.txt to the tarball
2009-05-26 Akos Ladanyi Rename documentation install folder from 'docs' to 'html'
2009-05-26 Akos Ladanyi Remove duplications from doc/CMakeLists.txt
2009-05-28 Akos Ladanyi Suppress MSVC warnings using pragmas (#295)
2009-05-13 Peter Kovacs Add artificial addNode() function to the arc/edge set classes
2009-05-12 Peter Kovacs Avoid Intel C++ Compiler warnings
2009-05-12 Peter Kovacs Disable Visual Studio warning C4503
2009-05-12 Alpar Juttner Add lemon/config.h.cmake to the tarball
2009-05-12 Alpar Juttner Resolve GCC-4.4 warnings & fix ambiguous op=() in graph_components.h
2009-05-12 Alpar Juttner Update NEWS file
2009-05-12 Peter Kovacs Extend min cost flow test file + check dual costs (#291)
2009-05-12 Peter Kovacs Fix the GEQ/LEQ handling in NetworkSimplex + improve doc (#291)
2009-05-11 Alpar Juttner Merge
2009-05-09 Peter Kovacs Remove bits/base_extender.h, which is not used at all (#288)
2009-05-11 Peter Kovacs Move list and edge sets to the graph module (#290)
2009-05-11 Alpar Juttner Merge
2009-05-11 Peter Kovacs Change the explanation of the acronym LEMON (#289)
2009-05-09 Peter Kovacs Change Graph::Edge -> Graph::Arc inheritance to conversion (#283)
2009-05-07 Balazs Dezso Change Undirector::Edge -> Undirector::Arc inheritance to conversion (#283)
2009-05-08 Alpar Juttner Fix the faulty merge of unify-sources.sh in [586b65073025]
2009-05-08 Peter Kovacs Doc fixes for lgf-gen (#282)
2009-05-07 Alpar Juttner Merge
2009-05-07 Alpar Juttner Merge
2009-05-07 Peter Kovacs Small doc improvements (#257)
2009-05-07 Balazs Dezso Fix glp_prob definition (#286)
2009-05-06 Peter Kovacs Add a test file for the connectivity functions (#285)
2009-05-06 Peter Kovacs Doc improvements and fixes for connectivity tools (#285)
2009-05-06 Peter Kovacs Bug fixes in connectivity.h (#285)
2009-04-29 Alpar Juttner Merge
2009-04-29 Akos Ladanyi Add the solver libraries to lemon.pc.in (#281)
2009-04-29 Alpar Juttner Merge
2009-04-29 Alpar Juttner Resolve gcc-4.3 warning in lemon/network_simplex.h
2009-04-29 Peter Kovacs Less map copying in NetworkSimplex (#234)
2009-04-29 Peter Kovacs Rename Flow to Value in the flow algorithms (#266)
2009-04-29 Peter Kovacs Support negative costs and bounds in NetworkSimplex (#270)
2009-04-29 Alpar Juttner Merge
2009-04-28 Akos Ladanyi Check the version number in FindGLPK (#277)
2009-04-27 Akos Ladanyi Add GLPK_ROOT_DIR variable to FindGLPK (#277)
2009-04-28 Akos Ladanyi Link libm and libpthread if using CPLEX (#277)
2009-04-27 Akos Ladanyi Add CPLEX_ROOT_DIR variable to FindCPLEX (#277)
2009-04-28 Akos Ladanyi Look for COIN libraries with and without the lib prefix too (#277)
2009-04-29 Alpar Juttner Merge
2009-04-29 Alpar Juttner Merge
2009-04-28 Akos Ladanyi Remove superfluous HAVE_CONFIG_H (#278)
2009-04-28 Akos Ladanyi Add cbc.h to lemon/Makefile.am (#279)
2009-04-28 Balazs Dezso Fix Makefile.am EXTRA_DIST (#276)
2009-04-28 Alpar Juttner Merge
2009-04-28 Akos Ladanyi Merge and extend the fix of #275
2009-04-26 Alpar Juttner Merge
2009-04-26 Peter Kovacs Modify the interface of MinCostArborescence + improvements (#267)
2009-04-25 Alpar Juttner Merge
2009-04-25 Peter Kovacs Modify the interface of Suurballe (#266, #181)
2009-04-25 Peter Kovacs Support infinite bounds in Circulation + fixes (#270, #266)
2009-04-23 Akos Ladanyi FindCOIN for CMake (#256)
2009-04-23 Akos Ladanyi FindCPLEX for CMake (#256)
2009-04-23 Akos Ladanyi FindGLPK improvements (#256)
2009-04-24 Alpar Juttner Merge
2009-04-24 Peter Kovacs Fix and uniform the usage of Graph and Parent typedefs (#268)