doc/mainpage.dox
author klao
Sun, 30 May 2004 14:15:24 +0000
changeset 668 5cc65c6a798b
parent 479 82b7894bed0c
child 670 e45bf7830d8c
permissions -rw-r--r--
These will be customized icons for the doxygen tree view.
alpar@479
     1
/**
alpar@479
     2
\mainpage
alpar@479
     3
ladanyi@666
     4
\section intro Introduction
alpar@479
     5
ladanyi@666
     6
\subsection whatis What is HugoLib
ladanyi@666
     7
ladanyi@666
     8
HugoLib stands for Hungarian Graph Optimization Library. It is a C++ template
ladanyi@666
     9
library aimed at combinatorial optimization tasks which often involve working
ladanyi@666
    10
with graphs. As the name also suggests, its development was started by
ladanyi@666
    11
Hungarian people.
ladanyi@666
    12
ladanyi@666
    13
\subsection howtoread How to read this document
ladanyi@666
    14
ladanyi@666
    15
If you are new to HugoLib, you probably should start \ref graphs "here".
ladanyi@666
    16
You can also find this page along with other under Related Pages (left-hand
ladanyi@666
    17
side frame).
ladanyi@666
    18
ladanyi@666
    19
If you are more interested in details about data structures and algorithms then
ladanyi@666
    20
you should browse the reference manual part of the documentation. The Modules
ladanyi@666
    21
section is a good starting point for this.
ladanyi@666
    22
ladanyi@666
    23
*/