COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 961:289d80c33f04

Last change on this file since 961:289d80c33f04 was 926:b53cb2242a42, checked in by Alpar Juttner, 20 years ago

Cosmetic changes.

File size: 873 bytes
Line 
1/**
2\mainpage
3
4\section intro Introduction
5
6\subsection whatis What is LEMON
7
8LEMON stands for
9<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
10and <b>O</b>ptimization in <b>N</b>etworks.
11It is a C++ template
12library aimed at combinatorial optimization tasks which
13often involve in working
14with graphs. As the name also suggests, its development was started by
15Hungarian people.
16
17\subsection howtoread How to read this document
18
19Graph structures play central role in LEMON, so if you are new to it,
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
24If you are
25interested about data structures and algorithms in more details, then
26you should browse the reference manual part of the documentation.
27Section <a href="modules.html"> Modules </a>
28 is a good starting point for this.
29
30*/
Note: See TracBrowser for help on using the repository browser.