equal
deleted
inserted
replaced
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 */ |