COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/tutorial.dox @ 2316:c0fae4bbaa5c

Last change on this file since 2316:c0fae4bbaa5c was 2281:55b15666560f, checked in by mqrelly, 18 years ago

tutorial update
algorithms, and graph visualisation

File size: 1002 bytes
RevLine 
[2216]1namespace lemon {
[2165]2/**
3\page Tutorial LEMON Tutorial
4
[2195]5<H2>Table of Contents</H2>
[2165]6
[2195]7<OL style="padding-bottom: 60px">
8  <LI>\ref intro
9  <LI>\ref getting_started
10  <UL>
11    <LI>\ref hello_world
12    <LI>\ref compile_hw
13  </UL>
14  <LI>\ref basic_concepts
15  <UL>
16    <LI>\ref basic_ListGraph
17    <LI>\ref maps1
18  </UL>
[2216]19  <LI>\ref lemon_file_format
20  <UL>
21    <LI>\ref read_write_bg
22  </UL>
[2195]23  <LI>\ref algorithms
24  <UL>
[2216]25    <LI>\ref algo_bfs_dfs
[2281]26    <LI>\ref algo_dijkstra
27    <LI>\ref algo_kruskal
[2195]28  </UL>
29  <LI>\ref maps2
30  <UL>
31    <LI>\ref custom_maps
[2216]32    <LI>Map Adaptors
33    <LI>Special Purpose Maps
[2195]34  </UL>
[2281]35  <LI>\ref show_a_graph
[2216]36  <LI>Miscellaneous Tool
[2195]37  <UL>
[2216]38    <LI>LP solver
39    <LI>Simulated Annealing
[2195]40  </UL>
41</OL>
[2165]42
[2166]43\section intro Introduction
[2195]44In this tutorial we try to show you as many aspects of LEMON as possible. From
45the basics to the very advanced or highly optimized tools. The given examples
46are all available in \c demo directory, so feel free to look at them after the
47sections.
[2165]48*/
[2216]49}
Note: See TracBrowser for help on using the repository browser.