diff -r 29baa4a189bf -r da96f28684f7 intro.dox --- a/intro.dox Thu Oct 23 14:06:53 2008 +0200 +++ b/intro.dox Thu Oct 23 14:07:30 2008 +0200 @@ -21,25 +21,35 @@ \section intro_lemon What is LEMON -LEMON stands for Library of Efficient Models and +LEMON stands for Library of Efficient Models and Optimization in Networks. It is a C++ template -library aimed at combinatorial optimization tasks which often involve -in working with graphs. +library aimed at combinatorial optimization tasks, especially those +working with graphs and networks. LEMON is an open source project. You are free to use it in your commercial or non-commercial applications -under very permissive \ref license "license terms". - +under very permissive \ref license "license terms". + +This library helps to write programs that solve optimization problems +that arise frequently when designing and testing certain networks, +for example in telecommunication, computer networks, logistics, scheduling, +and other areas. +A very natural way of modelling these networks is by means of a graph. +Generally if you want to write any program that works with graphs, +then you might find it useful and convenient to use LEMON. + +For more information visit the LEMON web site: +http://lemon.cs.elte.hu/. \section intro_tutorial LEMON Tutorial This tutorial introduces the reader to the basic concepts and features of -LEMON, and there are some sections about advanced topics showing the power -of the various tools implemented in the library. +LEMON, and there are also some sections about advanced topics showing the +power of various tools implemented in the library. -After getting familiar with the basic concepts you may start using LEMON -with the help of the detailed documentation (that can also be used as a -reference manual). +After getting familiar with the basics of the library, you may start using +LEMON with the help of the detailed documentation (that can also be used +as a reference manual). */