COIN-OR::LEMON - Graph Library

source: lemon-0.x/README @ 2276:1a8a66b6c6ce

Last change on this file since 2276:1a8a66b6c6ce was 2237:5674a5983e1e, checked in by Alpar Juttner, 17 years ago

Improve the configuration environment / repository layout:

  • Update README
  • svn-head -> svnhead version tag change (in favor of rpm build)
  • rpmbuild-glpk: a script to build glpk rpm.
File size: 1.7 KB
Line 
1------------------------------------------------------------------
2LEMON - a Library of Efficient Models and Optimization in Networks
3------------------------------------------------------------------
4
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.
15
16--------
17Contents
18--------
19
20COPYING, LICENSE
21
22  Copying, distribution and modification conditions and terms.
23
24INSTALL
25
26  For general building and installation instructions, see the file
27
28lemon/
29
30  Source code of LEMON itself.
31
32doc/
33
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).
44
45demo/
46
47  Some demonstration programs to make you easier to getting familiar
48  with LEMON. Use --enable-demo configure option to also compile these
49  codes (see also INSTALL).
50
51test/
52
53  Contains programs to check the integrity and correctness of
54  LEMON. The command 'make check' performs these tests.
55
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 TracBrowser for help on using the repository browser.