[Lemon-commits] [lemon_svn] ladanyi: r2880 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:59 CET 2006
Author: ladanyi
Date: Thu Jul 27 13:49:15 2006
New Revision: 2880
Added:
hugo/trunk/doc/tutorial.dox
Log:
Maybe useful, feel free to remove if not.
Added: hugo/trunk/doc/tutorial.dox
==============================================================================
--- (empty file)
+++ hugo/trunk/doc/tutorial.dox Thu Jul 27 13:49:15 2006
@@ -0,0 +1,79 @@
+/**
+\page Tutorial LEMON Tutorial
+
+<H2>Table of Contents</H2>
+
+<OL>
+ <LI><A href="#intro">Introduction</A>
+ <LI><A href="#get_start">Getting Started</A>
+ <UL>
+ <LI><A href="#hello_world">Hello World in LEMON</A>
+ <LI><A href="#compile">Compiling Hello World</A>
+ </UL>
+ <LI><A href="#basic">Basic concepts</A>
+ <UL>
+ <LI><A href="#list_graph">ListGraph - a versatile directed graph</A>
+ <LI><A href="#maps1">Maps I.</A>
+ </UL>
+ <LI><A href="#file">Lemon Graph File Format</A>
+ <LI><A href="#algos">Algorithms</A>
+ <UL>
+ <LI><A href="#bfs_dfs">Bfs/Dfs</A>
+ <LI><A href="#dijkstra">Dijkstra</A>
+ <LI><A href="#kruskal">Kruskal</A>
+ </UL>
+ <LI><A href="#maps2">Maps II.</A>
+ <UL>
+ <LI><A href="#custom_maps">Writing Custom ReadMap</A>
+ <LI><A href="#map_adaptors">Map Adaptors</A>
+ <LI><A href="#spec_maps">Special Purpose Maps</A>
+ </UL>
+ <LI><A href="#show">Show a graph</A>
+ <LI><A href="#misc">Miscellaneous Tool</A>
+ <UL>
+ <LI><A href="#lp">LP solver</A>
+ <LI><A href="#simann">Simulated Annealing</A>
+ </UL>
+</OL>
+
+<H2 id="intro">Introduction</H2>
+
+<H2 id="get_start">Getting Started</H2>
+
+ <H3 id="hello_world">Hello World in LEMON</H3>
+
+ <H3 id="compile">Compiling Hello World</H3>
+
+<H2 id="basic">Basic concepts</H2>
+
+ <H3 id="list_graph">ListGraph - a versatile directed graph</H3>
+
+ <H3 id="maps1">Maps I.</H3>
+
+<H2 id="file">Lemon Graph File Format</H2>
+
+<H2 id="algos">Algorithms</H2>
+
+ <H3 id="bfs_dfs">Bfs/Dfs</H3>
+
+ <H3 id="dijkstra">Dijkstra</H3>
+
+ <H3 id="kruskal">Kruskal</H3>
+
+<H2 id="maps2">Maps II.</H2>
+
+ <H3 id="custom_maps">Writing Custom ReadMap</H3>
+
+ <H3 id="map_adaptors">Map Adaptors</H3>
+
+ <H3 id="spec_maps">Special Purpose Maps</H3>
+
+<H2 id="show">Show a graph</H2>
+
+<H2 id="misc">Miscellaneous Tool</H2>
+
+ <H3 id="lp">LP solver</H3>
+
+ <H3 id="simann">Simulated Annealing</H3>
+
+*/
More information about the Lemon-commits
mailing list