/**
\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 commertial or
non-commertial applications under very permissive
\ref license "license terms".
\subsection howtoread How to read this document
\ref graphs "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.
*/