COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 2553:bfced05fa852

Last change on this file since 2553:bfced05fa852 was 2553:bfced05fa852, checked in by Alpar Juttner, 16 years ago

Happy New Year to LEMON (+ better update-copyright-header script)

File size: 1.6 KB
RevLine 
[2391]1/* -*- C++ -*-
2 *
3 * This file is a part of LEMON, a generic C++ optimization library
4 *
[2553]5 * Copyright (C) 2003-2008
[2391]6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
7 * (Egervary Research Group on Combinatorial Optimization, EGRES).
8 *
9 * Permission to use, modify and distribute this software is granted
10 * provided that this copyright notice appears in all copies. For
11 * precise terms see the accompanying LICENSE file.
12 *
13 * This software is provided "AS IS" with no warranty of any kind,
14 * express or implied, and with no claim as to its suitability for any
15 * purpose.
16 *
17 */
18
[479]19/**
[995]20\mainpage LEMON Documentation
[479]21
[666]22\section intro Introduction
[479]23
[921]24\subsection whatis What is LEMON
[666]25
[921]26LEMON stands for
[926]27<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
28and <b>O</b>ptimization in <b>N</b>etworks.
[670]29It is a C++ template
30library aimed at combinatorial optimization tasks which
[1170]31often involve in working
[991]32with graphs.
33
34<b>
[995]35LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
36project.
[1003]37You are free to use it in your commercial or
38non-commercial applications under very permissive
[991]39\ref license "license terms".
40</b>
[666]41
[1169]42\subsection howtoread How to read the documentation
[666]43
[1169]44If you want to get a quick start and see the most important features then
45take a look at our \ref quicktour
46"Quick Tour to LEMON" which will guide you along.
[666]47
[1173]48If you already feel like using our library, see the page that tells you
49\ref getstart "How to start using LEMON".
50
[1169]51If you
52want to see how LEMON works, see
[1170]53some \ref demoprograms "demo programs"!
[1169]54
[2141]55If you know what you are looking for then try to find it under the
56<a class="el" href="modules.html">Modules</a>
57section.
[1169]58
[666]59
60*/
Note: See TracBrowser for help on using the repository browser.