COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 995:e5216825f71b

Last change on this file since 995:e5216825f71b was 995:e5216825f71b, checked in by Alpar Juttner, 19 years ago

Unified style hyperlinks in the doc.

File size: 1.0 KB
RevLine 
[479]1/**
[995]2\mainpage LEMON Documentation
[479]3
[666]4\section intro Introduction
[479]5
[921]6\subsection whatis What is LEMON
[666]7
[921]8LEMON stands for
[926]9<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
10and <b>O</b>ptimization in <b>N</b>etworks.
[670]11It is a C++ template
12library aimed at combinatorial optimization tasks which
13often involve in working
[991]14with graphs.
15
16<b>
[995]17LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
18project.
[991]19You are free to use it in your commertial or
20non-commertial applications under very permissive
21\ref license "license terms".
22</b>
[666]23
24\subsection howtoread How to read this document
25
[995]26\ref graphs "Graph structures"
27play central role in LEMON, so if you are new to it,
[678]28you probably should start \ref graphs "here".
29You can also find this page along with others under
[995]30<a class="el" href="pages.html"> Related Pages </a>.
[666]31
[926]32If you are
33interested about data structures and algorithms in more details, then
[670]34you should browse the reference manual part of the documentation.
[995]35Section <a class="el" href="modules.html"> Modules </a>
[678]36 is a good starting point for this.
[666]37
38*/
Note: See TracBrowser for help on using the repository browser.