COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r318 r24  
    1 ==================================================================
     1------------------------------------------------------------------
    22LEMON - a Library of Efficient Models and Optimization in Networks
    3 ==================================================================
     3------------------------------------------------------------------
    44
    5 LEMON is an open source library written in C++. It provides
    6 easy-to-use implementations of common data structures and algorithms
    7 in the area of optimization and helps implementing new ones. The main
    8 focus is on graphs and graph algorithms, thus it is especially
    9 suitable for solving design and optimization problems of
    10 telecommunication networks. To achieve wide usability its data
    11 structures and algorithms provide generic interfaces.
     5LEMON is the abbreviation of Library of Efficient Models and
     6Optimization in Networks. It is an open source library written in
     7C++. It provides a set of easy-to-use implementation of common data
     8structures and algorithms in the area of optimization and helps
     9implementing new ones. It is an especially suitable tool to solve the
     10design and optimization problems of telecommunications networks. To
     11achieve wide usability, a fundamental design requirement is the
     12genericity of interface of data structures and algorithms. LEMON is an
     13open source library end invites people all around the world in its
     14development.
    1215
     16--------
    1317Contents
    14 ========
     18--------
    1519
    16 LICENSE
     20COPYING, LICENSE
    1721
    18    Copying, distribution and modification conditions and terms.
     22  Copying, distribution and modification conditions and terms.
    1923
    2024INSTALL
    2125
    22    General building and installation instructions.
     26  For general building and installation instructions, see the file.
    2327
    2428lemon/
    2529
    26    Source code of LEMON library.
     30  Source code of LEMON itself.
    2731
    2832doc/
    2933
    30    Documentation of LEMON. The starting page is doc/html/index.html.
     34  Documentation of LEMON. The starting page is doc/html/index.html.
     35  The documentation installs into the directory
     36
     37    /usr/local/share/doc/lemon/html
     38
     39  or -- if you use different prefix -- into
     40
     41    ${prefix}/share/doc/lemon/html
     42
     43  (see also INSTALL).
    3144
    3245demo/
    3346
    34    Some example programs to make you easier to get familiar with LEMON.
     47  Some demonstration programs to make you easier to get familiar with
     48  LEMON. Use --enable-demo configure option to also compile these codes
     49  (see also INSTALL).
    3550
    3651test/
    3752
    38    Programs to check the integrity and correctness of LEMON.
     53  Contains programs to check the integrity and correctness of
     54  LEMON. The command 'make check' performs these tests.
    3955
    40 tools/
    41 
    42    Various utilities related to LEMON.
     56benchmark/
     57 
     58  Contains programs measuring the performance of LEMON. Use
     59  --enable-benchmark configure option to also compile these codes (see
     60  also INSTALL).
Note: See TracChangeset for help on using the changeset viewer.