Location: LEMON/LEMON-main/README - annotation

Load file history
gravatar
kpeter (Peter Kovacs)
Improve and redesign test programs + unify their output (ticket #25) - Move graph related utilities form test_tools.h to graph_test.h. - Move the contents of graph_utils_test.h to graph_utils_test.cc. - Rename map_test.h -> graph_maps_test.h. - Rename digraph_test.h -> graph_test.h. - Many improvements in the following files: * digraph_test.cc * graph_test.cc * graph_test.h * graph_maps_test.h * graph_utils_test.cc * bfs_test.cc * dfs_test.cc * counter_test.cc - Test programs print messages only if it really seems necessary. - Remove \file commands form .cc test files.
------------------------------------------------------------------
LEMON - a Library of Efficient Models and Optimization in Networks
------------------------------------------------------------------

LEMON is the abbreviation of Library of Efficient Models and
Optimization in Networks. It is an open source library written in
C++. It provides a set of easy-to-use implementation of common data
structures and algorithms in the area of optimization and helps
implementing new ones. It is an especially suitable tool to solve the
design and optimization problems of telecommunications networks. To
achieve wide usability, a fundamental design requirement is the
genericity of interface of data structures and algorithms. LEMON is an
open source library end invites people all around the world in its
development.

--------
Contents
--------

COPYING, LICENSE

  Copying, distribution and modification conditions and terms.

INSTALL

  For general building and installation instructions, see the file.

lemon/

  Source code of LEMON itself.

doc/

  Documentation of LEMON. The starting page is doc/html/index.html.
  The documentation installs into the directory

    /usr/local/share/doc/lemon/html

  or -- if you use different prefix -- into

    ${prefix}/share/doc/lemon/html

  (see also INSTALL).

demo/

  Some demonstration programs to make you easier to get familiar with
  LEMON. Use --enable-demo configure option to also compile these codes
  (see also INSTALL).

test/

  Contains programs to check the integrity and correctness of
  LEMON. The command 'make check' performs these tests.

benchmark/
  
  Contains programs measuring the performance of LEMON. Use
  --enable-benchmark configure option to also compile these codes (see
  also INSTALL).