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