COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/tutorial.dox @ 2167:7e109b222053

Last change on this file since 2167:7e109b222053 was 2166:c67e8b928a95, checked in by Akos Ladanyi, 18 years ago

More "doxygenish" syntax.

File size: 1.1 KB
Line 
1/**
2\page Tutorial LEMON Tutorial
3
4\section toc Table of Contents
5
6-# \ref intro
7-# \ref get_start
8  - \ref hello_world
9  - \ref compile
10-# \ref basic
11  - \ref list_graph
12  - \ref maps1
13-# \ref file
14-# \ref algos
15  - \ref bfs_dfs
16  - \ref dijkstra
17  - \ref kruskal
18-# \ref maps2
19  - \ref custom_maps
20  - \ref map_adaptors
21  - \ref spec_maps
22-# \ref show
23-# \ref misc
24  - \ref lp
25  - \ref simann
26
27\section intro Introduction
28
29\section get_start Getting Started
30
31  \subsection hello_world Hello World in LEMON
32
33  \subsection compile Compiling Hello World
34
35\section basic Basic concepts
36
37  \subsection list_graph ListGraph - a versatile directed graph
38
39  \subsection maps1 Maps I.
40
41\section file Lemon Graph File Format
42
43\section algos Algorithms
44
45  \subsection bfs_dfs Bfs/Dfs
46
47  \subsection dijkstra Dijkstra
48
49  \subsection kruskal Kruskal
50
51\section maps2 Maps II.
52
53  \subsection custom_maps Writing Custom ReadMap
54
55  \subsection map_adaptors Map Adaptors
56
57  \subsection spec_maps Special Purpose Maps
58
59\section show Show a graph
60
61\section misc Miscellaneous Tool
62
63  \subsection lp LP solver
64
65  \subsection simann Simulated Annealing
66
67*/
Note: See TracBrowser for help on using the repository browser.