COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 925:766eb8c9e3ab

Last change on this file since 925:766eb8c9e3ab was 921:818510fa3d99, checked in by Alpar Juttner, 20 years ago

hugo -> lemon

File size: 904 bytes
RevLine 
[479]1/**
2\mainpage
3
[666]4\section intro Introduction
[479]5
[921]6\subsection whatis What is LEMON
[666]7
[921]8LEMON stands for
9<it>L</it>ibrary of <it>E</it>fficient <it>M</it>odels
10and <it>O</it>ptimization in <it>N</it>etworks.
[670]11It is a C++ template
12library aimed at combinatorial optimization tasks which
13often involve in working
[666]14with graphs. As the name also suggests, its development was started by
15Hungarian people.
16
17\subsection howtoread How to read this document
18
[921]19Graph structures play central role in LEMON, so if you are new to it,
[678]20you probably should start \ref graphs "here".
21You can also find this page along with others under
22<a href="pages.html"> Related Pages </a>
23(left-hand
[666]24side frame).
25
[670]26If you are more
27interested in details about data structures and algorithms then
28you should browse the reference manual part of the documentation.
[678]29Section <a href="modules.html"> Modules </a>
30 is a good starting point for this.
[666]31
32*/
Note: See TracBrowser for help on using the repository browser.