mainpage.dox
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 08 Apr 2010 09:20:19 +0200
changeset 59 5d9170b19285
parent 26 a40eafb6066d
permissions -rw-r--r--
Support of the PDF version
kpeter@2
     1
/* -*- mode: C++; indent-tabs-mode: nil; -*-
kpeter@2
     2
 *
kpeter@2
     3
 * This file is a part of LEMON, a generic C++ optimization library.
kpeter@2
     4
 *
kpeter@32
     5
 * Copyright (C) 2003-2010
kpeter@2
     6
 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
kpeter@2
     7
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
kpeter@2
     8
 *
kpeter@2
     9
 * Permission to use, modify and distribute this software is granted
kpeter@2
    10
 * provided that this copyright notice appears in all copies. For
kpeter@2
    11
 * precise terms see the accompanying LICENSE file.
kpeter@2
    12
 *
kpeter@2
    13
 * This software is provided "AS IS" with no warranty of any kind,
kpeter@2
    14
 * express or implied, and with no claim as to its suitability for any
kpeter@2
    15
 * purpose.
kpeter@2
    16
 *
kpeter@2
    17
 */
kpeter@2
    18
kpeter@2
    19
namespace lemon {
kpeter@2
    20
/**
kpeter@2
    21
\mainpage LEMON Tutorial
kpeter@2
    22
kpeter@26
    23
\section sec_toc Table of Contents
kpeter@2
    24
alpar@10
    25
[TOC]
kpeter@2
    26
kpeter@2
    27
*/
kpeter@2
    28
}