/**
\mainpage LEMON Documentation
\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.
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".
\subsection howtoread How to read the documentation
If you want to get a quick start and see the most important features then
take a look at our \ref quicktour
"Quick Tour to LEMON" which will guide you along.
If you already feel like using our library, see the page that tells you
\ref getstart "How to start using LEMON".
If you
want to see how LEMON works, see
some \ref demoprograms "demo programs"!
If you know what you are looking for then try to find it in the index or
in the table of contents.
*/