# HG changeset patch
# User ladanyi
# Date 1154000955 0
# Node ID 947d36fb3b499c31d19f750ab830201a6ac526f7
# Parent  160ca766715974147ba7b064c9b9717b599da8e3
Maybe useful, feel free to remove if not.
diff -r 160ca7667159 -r 947d36fb3b49 doc/tutorial.dox
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/tutorial.dox	Thu Jul 27 11:49:15 2006 +0000
@@ -0,0 +1,79 @@
+/**
+\page Tutorial LEMON Tutorial
+
+
Table of Contents
+
+
+  - Introduction
+  
 - Getting Started
+  
+  
 - Basic concepts
+  
+  
 - Lemon Graph File Format
+  
 - Algorithms
+  
+  
 - Maps II.
+  
+  
 - Show a graph
+  
 - Miscellaneous Tool
+  
+
 
+
+Introduction
+
+Getting Started
+
+  Hello World in LEMON
+
+  Compiling Hello World
+
+Basic concepts
+
+  ListGraph - a versatile directed graph
+
+  Maps I.
+
+Lemon Graph File Format
+
+Algorithms
+
+  Bfs/Dfs
+
+  Dijkstra
+
+  Kruskal
+
+Maps II.
+
+  Writing Custom ReadMap
+
+  Map Adaptors
+
+  Special Purpose Maps
+
+Show a graph
+
+Miscellaneous Tool
+
+  LP solver
+
+  Simulated Annealing
+
+*/