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.
     1 /**
     2 \mainpage
     3 
     4 \section intro Introduction
     5 
     6 \subsection whatis What is HugoLib
     7 
     8 HugoLib stands for Hungarian Graph Optimization Library. It is a C++ template
     9 library aimed at combinatorial optimization tasks which often involve working
    10 with graphs. As the name also suggests, its development was started by
    11 Hungarian people.
    12 
    13 \subsection howtoread How to read this document
    14 
    15 If you are new to HugoLib, you probably should start \ref graphs "here".
    16 You can also find this page along with other under Related Pages (left-hand
    17 side frame).
    18 
    19 If you are more interested in details about data structures and algorithms then
    20 you should browse the reference manual part of the documentation. The Modules
    21 section is a good starting point for this.
    22 
    23 */