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. 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. */ }