doc/mainpage1.dox
changeset 1175 6205eebd62fc
parent 1174 5dccf1916ed8
child 1176 1ba2b4c0c970
     1.1 --- a/doc/mainpage1.dox	Thu Feb 24 14:44:17 2005 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,37 +0,0 @@
     1.4 -/**
     1.5 -\mainpage LEMON Documentation
     1.6 -
     1.7 -\section intro Introduction
     1.8 -
     1.9 -\subsection whatis What is LEMON
    1.10 -
    1.11 -LEMON stands for
    1.12 -<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    1.13 -and <b>O</b>ptimization in <b>N</b>etworks.
    1.14 -It is a C++ template
    1.15 -library aimed at combinatorial optimization tasks which
    1.16 -often involve in working with graphs.
    1.17 -
    1.18 -<b>
    1.19 -LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    1.20 -project.
    1.21 -You are free to use it in your commercial or
    1.22 -non-commercial applications under very permissive
    1.23 -\ref license "license terms".
    1.24 -</b>
    1.25 -
    1.26 -\subsection howtoread How to read this document
    1.27 -
    1.28 -\ref graphs "Graph structures"
    1.29 -play central role in LEMON, so if you are new to it,
    1.30 -you probably should start \ref graphs "here".
    1.31 -You can also find this page along with others under
    1.32 -<a class="el" href="pages.html"> Related Pages </a>.
    1.33 -
    1.34 -If you are 
    1.35 -interested in data structures and algorithms in more details, then
    1.36 -you should browse the reference manual part of the documentation.
    1.37 -Section <a class="el" href="modules.html"> Modules </a>
    1.38 - is a good starting point for this.
    1.39 -
    1.40 -*/