COIN-OR::LEMON - Graph Library

source: lemon/doc/mainpage.dox @ 703:cb38ccedd2c1

Last change on this file since 703:cb38ccedd2c1 was 698:3adf5e2d1e62, checked in by Peter Kovacs <kpeter@…>, 15 years ago

Small doc improvements (#257)

File size: 1.6 KB
RevLine 
[209]1/* -*- mode: C++; indent-tabs-mode: nil; -*-
[40]2 *
[209]3 * This file is a part of LEMON, a generic C++ optimization library.
[40]4 *
[463]5 * Copyright (C) 2003-2009
[40]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
19/**
20\mainpage LEMON Documentation
21
22\section intro Introduction
23
24\subsection whatis What is LEMON
25
26LEMON stands for
27<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
28and <b>O</b>ptimization in <b>N</b>etworks.
29It is a C++ template
30library aimed at combinatorial optimization tasks which
31often involve in working
32with graphs.
33
34<b>
35LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
36project.
37You are free to use it in your commercial or
38non-commercial applications under very permissive
39\ref license "license terms".
40</b>
41
42\subsection howtoread How to read the documentation
43
[698]44If you would like to get to know the library, see
[606]45<a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
[40]46
[698]47If you know what you are looking for, then try to find it under the
[606]48<a class="el" href="modules.html">Modules</a> section.
[40]49
[314]50If you are a user of the old (0.x) series of LEMON, please check out the
51\ref migration "Migration Guide" for the backward incompatibilities.
[40]52*/
Note: See TracBrowser for help on using the repository browser.