alpar@5: ------------------------------------------------------------------
alpar@5: LEMON - a Library of Efficient Models and Optimization in Networks
alpar@5: ------------------------------------------------------------------
alpar@5: 
alpar@5: LEMON is the abbreviation of Library of Efficient Models and
alpar@5: Optimization in Networks. It is an open source library written in
alpar@5: C++. It provides a set of easy-to-use implementation of common data
alpar@5: structures and algorithms in the area of optimization and helps
alpar@5: implementing new ones. It is an especially suitable tool to solve the
alpar@5: design and optimization problems of telecommunications networks. To
alpar@5: achieve wide usability, a fundamental design requirement is the
alpar@5: genericity of interface of data structures and algorithms. LEMON is an
alpar@5: open source library end invites people all around the world in its
alpar@5: development.
alpar@5: 
alpar@5: --------
alpar@5: Contents
alpar@5: --------
alpar@5: 
alpar@5: COPYING, LICENSE
alpar@5: 
alpar@5:   Copying, distribution and modification conditions and terms.
alpar@5: 
alpar@5: INSTALL
alpar@5: 
kpeter@24:   For general building and installation instructions, see the file.
alpar@5: 
alpar@5: lemon/
alpar@5: 
alpar@5:   Source code of LEMON itself.
alpar@5: 
alpar@5: doc/
alpar@5: 
kpeter@24:   Documentation of LEMON. The starting page is doc/html/index.html.
alpar@5:   The documentation installs into the directory
alpar@5: 
alpar@5:     /usr/local/share/doc/lemon/html
alpar@5: 
alpar@5:   or -- if you use different prefix -- into
alpar@5: 
alpar@5:     ${prefix}/share/doc/lemon/html
alpar@5: 
alpar@5:   (see also INSTALL).
alpar@5: 
alpar@5: demo/
alpar@5: 
kpeter@24:   Some demonstration programs to make you easier to get familiar with
kpeter@24:   LEMON. Use --enable-demo configure option to also compile these codes
kpeter@24:   (see also INSTALL).
alpar@5: 
alpar@5: test/
alpar@5: 
alpar@5:   Contains programs to check the integrity and correctness of
alpar@5:   LEMON. The command 'make check' performs these tests.
alpar@5: 
alpar@5: benchmark/
alpar@5:   
alpar@5:   Contains programs measuring the performance of LEMON. Use
alpar@5:   --enable-benchmark configure option to also compile these codes (see
alpar@5:   also INSTALL).