/**
\mainpage
\section intro Introduction
\subsection whatis What is LEMON
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. As the name also suggests, its development was started by
Hungarian people.
\subsection howtoread How to read this document
Graph structures play central role in LEMON, so if you are new to it,
you probably should start \ref graphs "here".
You can also find this page along with others under
Related Pages .
If you are
interested about data structures and algorithms in more details, then
you should browse the reference manual part of the documentation.
Section Modules
is a good starting point for this.
*/