Rev | Line | |
---|
[479] | 1 | /** |
---|
| 2 | \mainpage |
---|
| 3 | |
---|
[666] | 4 | \section intro Introduction |
---|
[479] | 5 | |
---|
[666] | 6 | \subsection whatis What is HugoLib |
---|
| 7 | |
---|
[670] | 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 |
---|
[666] | 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 | |
---|
[678] | 17 | Graph structures play central role in HugoLib, so if you are new to it, |
---|
| 18 | you probably should start \ref graphs "here". |
---|
| 19 | You can also find this page along with others under |
---|
| 20 | <a href="pages.html"> Related Pages </a> |
---|
| 21 | (left-hand |
---|
[666] | 22 | side frame). |
---|
| 23 | |
---|
[670] | 24 | If you are more |
---|
| 25 | interested in details about data structures and algorithms then |
---|
| 26 | you should browse the reference manual part of the documentation. |
---|
[678] | 27 | Section <a href="modules.html"> Modules </a> |
---|
| 28 | is a good starting point for this. |
---|
[666] | 29 | |
---|
| 30 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.