Rev | Line | |
---|
[479] | 1 | /** |
---|
| 2 | \mainpage |
---|
| 3 | |
---|
[666] | 4 | \section intro Introduction |
---|
[479] | 5 | |
---|
[921] | 6 | \subsection whatis What is LEMON |
---|
[666] | 7 | |
---|
[921] | 8 | LEMON stands for |
---|
[926] | 9 | <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels |
---|
| 10 | and <b>O</b>ptimization in <b>N</b>etworks. |
---|
[670] | 11 | It is a C++ template |
---|
| 12 | library aimed at combinatorial optimization tasks which |
---|
| 13 | often involve in working |
---|
[666] | 14 | with graphs. As the name also suggests, its development was started by |
---|
| 15 | Hungarian people. |
---|
| 16 | |
---|
| 17 | \subsection howtoread How to read this document |
---|
| 18 | |
---|
[921] | 19 | Graph structures play central role in LEMON, so if you are new to it, |
---|
[678] | 20 | you probably should start \ref graphs "here". |
---|
| 21 | You can also find this page along with others under |
---|
[926] | 22 | <a href="pages.html"> Related Pages </a>. |
---|
[666] | 23 | |
---|
[926] | 24 | If you are |
---|
| 25 | interested about data structures and algorithms in more details, then |
---|
[670] | 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.