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