doc/mainpage.dox
changeset 926 b53cb2242a42
parent 921 818510fa3d99
child 991 e619a466ca5d
     1.1 --- a/doc/mainpage.dox	Thu Sep 30 08:15:13 2004 +0000
     1.2 +++ b/doc/mainpage.dox	Thu Sep 30 09:24:01 2004 +0000
     1.3 @@ -6,8 +6,8 @@
     1.4  \subsection whatis What is LEMON
     1.5  
     1.6  LEMON stands for
     1.7 -<it>L</it>ibrary of <it>E</it>fficient <it>M</it>odels
     1.8 -and <it>O</it>ptimization in <it>N</it>etworks.
     1.9 +<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    1.10 +and <b>O</b>ptimization in <b>N</b>etworks.
    1.11  It is a C++ template
    1.12  library aimed at combinatorial optimization tasks which
    1.13  often involve in working
    1.14 @@ -19,12 +19,10 @@
    1.15  Graph structures play central role in LEMON, so if you are new to it,
    1.16  you probably should start \ref graphs "here".
    1.17  You can also find this page along with others under
    1.18 -<a href="pages.html"> Related Pages </a>
    1.19 -(left-hand
    1.20 -side frame).
    1.21 +<a href="pages.html"> Related Pages </a>.
    1.22  
    1.23 -If you are more
    1.24 -interested in details about data structures and algorithms then
    1.25 +If you are 
    1.26 +interested about data structures and algorithms in more details, then
    1.27  you should browse the reference manual part of the documentation.
    1.28  Section <a href="modules.html"> Modules </a>
    1.29   is a good starting point for this.