intro.dox
changeset 25 66d164ef72d1
parent 24 2965b19071f7
child 26 a40eafb6066d
     1.1 --- a/intro.dox	Mon May 11 16:36:11 2009 +0200
     1.2 +++ b/intro.dox	Sun Feb 14 21:26:31 2010 +0100
     1.3 @@ -22,24 +22,25 @@
     1.4  [SEC]intro_lemon[SEC] What is LEMON
     1.5  
     1.6  <b>LEMON</b> stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling and
     1.7 -<b>O</b>ptimization in <b>N</b>etworks. It is a C++ template
     1.8 -library aimed at combinatorial optimization tasks, especially those
     1.9 -working with graphs and networks.
    1.10 +<b>O</b>ptimization in <b>N</b>etworks. It is a C++ template library providing
    1.11 +efficient implementations of common data structures and algorithms with
    1.12 +focus on combinatorial optimization tasks connected mainly with graphs
    1.13 +and networks. 
    1.14  
    1.15  <b>LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    1.16  project.
    1.17  You are free to use it in your commercial or non-commercial applications
    1.18  under very permissive \ref license "license terms".</b>
    1.19  
    1.20 -This library helps to write programs that solve optimization problems
    1.21 -that arise frequently when designing and testing certain networks,
    1.22 +This library helps to write programs that solve various optimization problems,
    1.23 +which often arise when designing and testing certain networks,
    1.24  for example in telecommunication, computer networks, logistics, scheduling,
    1.25  and other areas.
    1.26  A very natural way of modelling these networks is by means of a graph.
    1.27 -Generally if you want to write any program that works with graphs,
    1.28 +Generally, if you want to write any program that works with graphs,
    1.29  then you might find it useful and convenient to use LEMON.
    1.30  
    1.31 -For more information visit the LEMON web site:
    1.32 +For more information, visit the LEMON web site:
    1.33  <a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>.
    1.34  
    1.35  [SEC]intro_tutorial[SEC] LEMON Tutorial
    1.36 @@ -49,7 +50,7 @@
    1.37  power of various tools implemented in the library.
    1.38  
    1.39  After getting familiar with the basics of the library, you may start using
    1.40 -LEMON with the help of the detailed documentation (that can also be used
    1.41 +LEMON with the help of the detailed documentation (which can be viewed
    1.42  as a reference manual).
    1.43  
    1.44