doc/mainpage.dox
author athos
Wed, 02 Jun 2004 09:47:10 +0000
changeset 673 b387504959a2
parent 666 410a1419e86b
child 678 a6bfd3346245
permissions -rw-r--r--
Restored common makefile.
     1 /**
     2 \mainpage
     3 
     4 \section intro Introduction
     5 
     6 \subsection whatis What is HugoLib
     7 
     8 HugoLib stands for Hungarian Graph Optimization Library.
     9 It is a C++ template
    10 library aimed at combinatorial optimization tasks which
    11 often involve in working
    12 with graphs. As the name also suggests, its development was started by
    13 Hungarian people.
    14 
    15 \subsection howtoread How to read this document
    16 
    17 If you are new to HugoLib, you probably should start \ref graphs "here".
    18 You can also find this page along with other under Related Pages (left-hand
    19 side frame).
    20 
    21 If you are more
    22 interested in details about data structures and algorithms then
    23 you should browse the reference manual part of the documentation.
    24 The Modules
    25 section is a good starting point for this.
    26 
    27 */