COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage1.dox @ 1169:8b06fbd5712c

Last change on this file since 1169:8b06fbd5712c was 1169:8b06fbd5712c, checked in by athos, 19 years ago

Started to change documentation with excellent new ideas!!!

File size: 1.0 KB
RevLine 
[1169]1/**
2\mainpage LEMON Documentation
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 with graphs.
14
15<b>
16LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
17project.
18You are free to use it in your commercial or
19non-commercial applications under very permissive
20\ref license "license terms".
21</b>
22
23\subsection howtoread How to read this document
24
25\ref graphs "Graph structures"
26play central role in LEMON, so if you are new to it,
27you probably should start \ref graphs "here".
28You can also find this page along with others under
29<a class="el" href="pages.html"> Related Pages </a>.
30
31If you are
32interested in data structures and algorithms in more details, then
33you should browse the reference manual part of the documentation.
34Section <a class="el" href="modules.html"> Modules </a>
35 is a good starting point for this.
36
37*/
Note: See TracBrowser for help on using the repository browser.