diff -r eaf16c8f6fef -r f47faf6913ab doc/tutorial.dox --- a/doc/tutorial.dox Mon Sep 04 19:12:44 2006 +0000 +++ b/doc/tutorial.dox Mon Sep 04 19:48:09 2006 +0000 @@ -1,67 +1,44 @@ /** \page Tutorial LEMON Tutorial -\section toc Table of Contents +

Table of Contents

--# \ref intro --# \ref get_start - - \ref hello_world - - \ref compile --# \ref basic - - \ref list_graph - - \ref maps1 --# \ref file --# \ref algos - - \ref bfs_dfs - - \ref dijkstra - - \ref kruskal --# \ref maps2 - - \ref custom_maps - - \ref map_adaptors - - \ref spec_maps --# \ref show --# \ref misc - - \ref lp - - \ref simann +
    +
  1. \ref intro +
  2. \ref getting_started + +
  3. \ref basic_concepts + +
  4. Lemon Graph File Format +
  5. \ref algorithms + +
  6. \ref maps2 + +
  7. Show a graph +
  8. Miscellaneous Tool + +
\section intro Introduction - -\section get_start Getting Started - - \subsection hello_world Hello World in LEMON - - \subsection compile Compiling Hello World - -\section basic Basic concepts - - \subsection list_graph ListGraph - a versatile directed graph - - \subsection maps1 Maps I. - -\section file Lemon Graph File Format - -\section algos Algorithms - - \subsection bfs_dfs Bfs/Dfs - - \subsection dijkstra Dijkstra - - \subsection kruskal Kruskal - -\section maps2 Maps II. - - \subsection custom_maps Writing Custom ReadMap - - \subsection map_adaptors Map Adaptors - - \subsection spec_maps Special Purpose Maps - -\section show Show a graph - -\section misc Miscellaneous Tool - - \subsection lp LP solver - - \subsection simann Simulated Annealing - +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. */