Line | |
---|
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 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.