doc/mainpage.dox
author deba
Tue, 17 Oct 2006 10:50:57 +0000
changeset 2247 269a0dcee70b
parent 1173 099978eee03f
child 2391 14a343be7a5a
permissions -rw-r--r--
Update the Path concept
Concept check for paths

DirPath renamed to Path
The interface updated to the new lemon interface
Make difference between the empty path and the path from one node
Builder interface have not been changed
// I wanted but there was not accordance about it

UPath is removed
It was a buggy implementation, it could not iterate on the
nodes in the right order
Right way to use undirected paths => path of edges in undirected graphs

The tests have been modified to the current implementation
alpar@479
     1
/**
alpar@995
     2
\mainpage LEMON Documentation
alpar@479
     3
ladanyi@666
     4
\section intro Introduction
alpar@479
     5
alpar@921
     6
\subsection whatis What is LEMON
ladanyi@666
     7
alpar@921
     8
LEMON stands for
alpar@926
     9
<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
alpar@926
    10
and <b>O</b>ptimization in <b>N</b>etworks.
alpar@670
    11
It is a C++ template
alpar@670
    12
library aimed at combinatorial optimization tasks which
alpar@1170
    13
often involve in working
alpar@991
    14
with graphs.
alpar@991
    15
alpar@991
    16
<b>
alpar@995
    17
LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
alpar@995
    18
project.
marci@1003
    19
You are free to use it in your commercial or
marci@1003
    20
non-commercial applications under very permissive
alpar@991
    21
\ref license "license terms".
alpar@991
    22
</b>
ladanyi@666
    23
athos@1169
    24
\subsection howtoread How to read the documentation
ladanyi@666
    25
athos@1169
    26
If you want to get a quick start and see the most important features then 
athos@1169
    27
take a look at our \ref quicktour
athos@1169
    28
"Quick Tour to LEMON" which will guide you along.
ladanyi@666
    29
athos@1173
    30
If you already feel like using our library, see the page that tells you 
athos@1173
    31
\ref getstart "How to start using LEMON".
athos@1173
    32
athos@1169
    33
If you 
athos@1169
    34
want to see how LEMON works, see 
alpar@1170
    35
some \ref demoprograms "demo programs"!
athos@1169
    36
alpar@2141
    37
If you know what you are looking for then try to find it under the
alpar@2141
    38
<a class="el" href="modules.html">Modules</a>
alpar@2141
    39
section.
athos@1169
    40
ladanyi@666
    41
ladanyi@666
    42
*/