File: README

package info (click to toggle)
liblemon 1.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,196 kB
  • sloc: cpp: 64,054; sh: 463; xml: 170; makefile: 25; ansic: 3
file content (50 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=====================================================================
LEMON - a Library for Efficient Modeling and Optimization in Networks
=====================================================================

LEMON is an open source library written in C++. It provides
easy-to-use implementations of common data structures and algorithms
in the area of optimization and helps implementing new ones. The main
focus is on graphs and graph algorithms, thus it is especially
suitable for solving design and optimization problems of
telecommunication networks. To achieve wide usability its data
structures and algorithms provide generic interfaces.

Contents
========

LICENSE

   Copying, distribution and modification conditions and terms.

NEWS

   News and version history.

INSTALL

   General building and installation instructions.

lemon/

   Source code of LEMON library.

doc/

   Documentation of LEMON. The starting page is doc/html/index.html.

demo/

   Some example programs to make you easier to get familiar with LEMON.

scripts/

   Scripts that make it easier to develop LEMON.

test/

   Programs to check the integrity and correctness of LEMON.

tools/

   Various utilities related to LEMON.