/* -*- C++ -*- * * This file is a part of LEMON, a generic C++ optimization library * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted * provided that this copyright notice appears in all copies. For * precise terms see the accompanying LICENSE file. * * This software is provided "AS IS" with no warranty of any kind, * express or implied, and with no claim as to its suitability for any * purpose. * */ namespace lemon { /** \page Tutorial LEMON Tutorial

Table of Contents

  1. \ref intro
  2. \ref getting_started
  3. \ref basic_concepts
  4. \ref lemon_file_format
  5. \ref algorithms
  6. \ref maps2
  7. \ref show_a_graph
  8. Miscellaneous Tool
\section intro Introduction In this tutorial we try to show you as many aspects of LEMON as possible. From the basics to the very advanced or highly optimized tools. The given examples are all available in \c demo directory, so feel free to look at them after the sections. */ }