equal
deleted
inserted
replaced
1 /** |
1 /** |
2 \mainpage |
2 \mainpage |
3 |
3 |
4 \section intro Introduction |
4 \section intro Introduction |
5 |
5 |
6 \subsection whatis What is HugoLib |
6 \subsection whatis What is LEMON |
7 |
7 |
8 HugoLib stands for Hungarian Graph Optimization Library. |
8 LEMON stands for |
|
9 <it>L</it>ibrary of <it>E</it>fficient <it>M</it>odels |
|
10 and <it>O</it>ptimization in <it>N</it>etworks. |
9 It is a C++ template |
11 It is a C++ template |
10 library aimed at combinatorial optimization tasks which |
12 library aimed at combinatorial optimization tasks which |
11 often involve in working |
13 often involve in working |
12 with graphs. As the name also suggests, its development was started by |
14 with graphs. As the name also suggests, its development was started by |
13 Hungarian people. |
15 Hungarian people. |
14 |
16 |
15 \subsection howtoread How to read this document |
17 \subsection howtoread How to read this document |
16 |
18 |
17 Graph structures play central role in HugoLib, so if you are new to it, |
19 Graph structures play central role in LEMON, so if you are new to it, |
18 you probably should start \ref graphs "here". |
20 you probably should start \ref graphs "here". |
19 You can also find this page along with others under |
21 You can also find this page along with others under |
20 <a href="pages.html"> Related Pages </a> |
22 <a href="pages.html"> Related Pages </a> |
21 (left-hand |
23 (left-hand |
22 side frame). |
24 side frame). |