# HG changeset patch # User ladanyi # Date 1154427975 0 # Node ID c67e8b928a95777a73603b4eb347690cdf96fee1 # Parent 947d36fb3b499c31d19f750ab830201a6ac526f7 More "doxygenish" syntax. diff -r 947d36fb3b49 -r c67e8b928a95 doc/tutorial.dox --- a/doc/tutorial.dox Thu Jul 27 11:49:15 2006 +0000 +++ b/doc/tutorial.dox Tue Aug 01 10:26:15 2006 +0000 @@ -1,79 +1,67 @@ /** \page Tutorial LEMON Tutorial -

Table of Contents

+\section toc Table of Contents -
    -
  1. Introduction -
  2. Getting Started - -
  3. Basic concepts - -
  4. Lemon Graph File Format -
  5. Algorithms - -
  6. Maps II. - -
  7. Show a graph -
  8. Miscellaneous Tool - -
+-# \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 -

Introduction

+\section intro Introduction -

Getting Started

+\section get_start Getting Started -

Hello World in LEMON

+ \subsection hello_world Hello World in LEMON -

Compiling Hello World

+ \subsection compile Compiling Hello World -

Basic concepts

+\section basic Basic concepts -

ListGraph - a versatile directed graph

+ \subsection list_graph ListGraph - a versatile directed graph -

Maps I.

+ \subsection maps1 Maps I. -

Lemon Graph File Format

+\section file Lemon Graph File Format -

Algorithms

+\section algos Algorithms -

Bfs/Dfs

+ \subsection bfs_dfs Bfs/Dfs -

Dijkstra

+ \subsection dijkstra Dijkstra -

Kruskal

+ \subsection kruskal Kruskal -

Maps II.

+\section maps2 Maps II. -

Writing Custom ReadMap

+ \subsection custom_maps Writing Custom ReadMap -

Map Adaptors

+ \subsection map_adaptors Map Adaptors -

Special Purpose Maps

+ \subsection spec_maps Special Purpose Maps -

Show a graph

+\section show Show a graph -

Miscellaneous Tool

+\section misc Miscellaneous Tool -

LP solver

+ \subsection lp LP solver -

Simulated Annealing

+ \subsection simann Simulated Annealing */