Rev | Line | |
---|
[479] | 1 | /** |
---|
| 2 | \mainpage |
---|
| 3 | |
---|
[666] | 4 | \section intro Introduction |
---|
[479] | 5 | |
---|
[666] | 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 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.