COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 991:e619a466ca5d

Last change on this file since 991:e619a466ca5d was 991:e619a466ca5d, checked in by Alpar Juttner, 19 years ago
  • Move template.h to doc/.
  • Insert the license terms into the documentation.
  • template.h now appears under the coding style documentation.
File size: 1002 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
[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>
17LEMON is an <a href="http://opensource.org/">open source</a> project.
18You are free to use it in your commertial or
19non-commertial applications under very permissive
20\ref license "license terms".
21</b>
[666]22
23\subsection howtoread How to read this document
24
[921]25Graph structures play central role in LEMON, so if you are new to it,
[678]26you probably should start \ref graphs "here".
27You can also find this page along with others under
[926]28<a href="pages.html"> Related Pages </a>.
[666]29
[926]30If you are
31interested about data structures and algorithms in more details, then
[670]32you should browse the reference manual part of the documentation.
[678]33Section <a href="modules.html"> Modules </a>
34 is a good starting point for this.
[666]35
36*/
Note: See TracBrowser for help on using the repository browser.