# HG changeset patch # User Alpar Juttner # Date 1267386728 -3600 # Node ID 1b8db382910c830f5d548a8079260d2e49fde262 # Parent 754272f203180195af46544485ffc06c14da1c3c# Parent e05b2b48515aeb9bf7561ac758a5e5811326ae00 Merge #342 diff -r 754272f20318 -r 1b8db382910c README --- a/README Sun Feb 28 19:58:24 2010 +0100 +++ b/README Sun Feb 28 20:52:08 2010 +0100 @@ -17,6 +17,10 @@ Copying, distribution and modification conditions and terms. +NEWS + + News and version history. + INSTALL General building and installation instructions. @@ -33,6 +37,10 @@ Some example programs to make you easier to get familiar with LEMON. +scripts/ + + Scripts that make it easier to develop LEMON. + test/ Programs to check the integrity and correctness of LEMON. diff -r 754272f20318 -r 1b8db382910c doc/mainpage.dox --- a/doc/mainpage.dox Sun Feb 28 19:58:24 2010 +0100 +++ b/doc/mainpage.dox Sun Feb 28 20:52:08 2010 +0100 @@ -23,9 +23,9 @@ LEMON stands for Library for Efficient Modeling and Optimization in Networks. -It is a C++ template library providing efficient implementation of common +It is a C++ template library providing efficient implementations of common data structures and algorithms with focus on combinatorial optimization -problems in graphs and networks. +tasks connected mainly with graphs and networks. LEMON is an open source @@ -39,8 +39,8 @@ Egerváry Research Group on Combinatorial Optimization \ref egres at the Operations Research Department of the -Eötvös Loránd University, -Budapest, Hungary. +Eötvös Loránd University, +Budapest, Hungary. LEMON is also a member of the COIN-OR initiative \ref coinor. @@ -49,6 +49,10 @@ If you would like to get to know the library, see LEMON Tutorial. +If you are interested in starting to use the library, see the Installation +Guide. + If you know what you are looking for, then try to find it under the Modules section.