gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Small fixes in README.
0 1 0
default
1 file changed with 5 insertions and 5 deletions:
5
5
↑ Collapse diff ↑
Show white space 48 line context
... ...
@@ -2,59 +2,59 @@
2 2
LEMON - a Library of Efficient Models and Optimization in Networks
3 3
------------------------------------------------------------------
4 4

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

	
16 16
--------
17 17
Contents
18 18
--------
19 19

	
20 20
COPYING, LICENSE
21 21

	
22 22
  Copying, distribution and modification conditions and terms.
23 23

	
24 24
INSTALL
25 25

	
26
  For general building and installation instructions, see the file
26
  For general building and installation instructions, see the file.
27 27

	
28 28
lemon/
29 29

	
30 30
  Source code of LEMON itself.
31 31

	
32 32
doc/
33 33

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

	
37 37
    /usr/local/share/doc/lemon/html
38 38

	
39 39
  or -- if you use different prefix -- into
40 40

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

	
43 43
  (see also INSTALL).
44 44

	
45 45
demo/
46 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).
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).
50 50

	
51 51
test/
52 52

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

	
56 56
benchmark/
57 57
  
58 58
  Contains programs measuring the performance of LEMON. Use
59 59
  --enable-benchmark configure option to also compile these codes (see
60 60
  also INSTALL).
0 comments (0 inline)