/**
\mainpage
\section intro Introduction
\subsection whatis What is HugoLib
HugoLib stands for Hungarian Graph Optimization Library.
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 HugoLib, 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
(left-hand
side frame).
If you are more
interested in details about data structures and algorithms then
you should browse the reference manual part of the documentation.
Section Modules
is a good starting point for this.
*/