COIN-OR::LEMON - Graph Library

Changeset 2166:c67e8b928a95 in lemon-0.x


Ignore:
Timestamp:
08/01/06 12:26:15 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2881
Message:

More "doxygenish" syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/tutorial.dox

    r2165 r2166  
    22\page Tutorial LEMON Tutorial
    33
    4 <H2>Table of Contents</H2>
     4\section toc Table of Contents
    55
    6 <OL>
    7   <LI><A href="#intro">Introduction</A>
    8   <LI><A href="#get_start">Getting Started</A>
    9   <UL>
    10     <LI><A href="#hello_world">Hello World in LEMON</A>
    11     <LI><A href="#compile">Compiling Hello World</A>
    12   </UL>
    13   <LI><A href="#basic">Basic concepts</A>
    14   <UL>
    15     <LI><A href="#list_graph">ListGraph - a versatile directed graph</A>
    16     <LI><A href="#maps1">Maps I.</A>
    17   </UL>
    18   <LI><A href="#file">Lemon Graph File Format</A>
    19   <LI><A href="#algos">Algorithms</A>
    20   <UL>
    21     <LI><A href="#bfs_dfs">Bfs/Dfs</A>
    22     <LI><A href="#dijkstra">Dijkstra</A>
    23     <LI><A href="#kruskal">Kruskal</A>
    24   </UL>
    25   <LI><A href="#maps2">Maps II.</A>
    26   <UL>
    27     <LI><A href="#custom_maps">Writing Custom ReadMap</A>
    28     <LI><A href="#map_adaptors">Map Adaptors</A>
    29     <LI><A href="#spec_maps">Special Purpose Maps</A>
    30   </UL>
    31   <LI><A href="#show">Show a graph</A>
    32   <LI><A href="#misc">Miscellaneous Tool</A>
    33   <UL>
    34     <LI><A href="#lp">LP solver</A>
    35     <LI><A href="#simann">Simulated Annealing</A>
    36   </UL>
    37 </OL>
     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
    3826
    39 <H2 id="intro">Introduction</H2>
     27\section intro Introduction
    4028
    41 <H2 id="get_start">Getting Started</H2>
     29\section get_start Getting Started
    4230
    43   <H3 id="hello_world">Hello World in LEMON</H3>
     31  \subsection hello_world Hello World in LEMON
    4432
    45   <H3 id="compile">Compiling Hello World</H3>
     33  \subsection compile Compiling Hello World
    4634
    47 <H2 id="basic">Basic concepts</H2>
     35\section basic Basic concepts
    4836
    49   <H3 id="list_graph">ListGraph - a versatile directed graph</H3>
     37  \subsection list_graph ListGraph - a versatile directed graph
    5038
    51   <H3 id="maps1">Maps I.</H3>
     39  \subsection maps1 Maps I.
    5240
    53 <H2 id="file">Lemon Graph File Format</H2>
     41\section file Lemon Graph File Format
    5442
    55 <H2 id="algos">Algorithms</H2>
     43\section algos Algorithms
    5644
    57   <H3 id="bfs_dfs">Bfs/Dfs</H3>
     45  \subsection bfs_dfs Bfs/Dfs
    5846
    59   <H3 id="dijkstra">Dijkstra</H3>
     47  \subsection dijkstra Dijkstra
    6048
    61   <H3 id="kruskal">Kruskal</H3>
     49  \subsection kruskal Kruskal
    6250
    63 <H2 id="maps2">Maps II.</H2>
     51\section maps2 Maps II.
    6452
    65   <H3 id="custom_maps">Writing Custom ReadMap</H3>
     53  \subsection custom_maps Writing Custom ReadMap
    6654
    67   <H3 id="map_adaptors">Map Adaptors</H3>
     55  \subsection map_adaptors Map Adaptors
    6856
    69   <H3 id="spec_maps">Special Purpose Maps</H3>
     57  \subsection spec_maps Special Purpose Maps
    7058
    71 <H2 id="show">Show a graph</H2>
     59\section show Show a graph
    7260
    73 <H2 id="misc">Miscellaneous Tool</H2>
     61\section misc Miscellaneous Tool
    7462
    75   <H3 id="lp">LP solver</H3>
     63  \subsection lp LP solver
    7664
    77   <H3 id="simann">Simulated Annealing</H3>
     65  \subsection simann Simulated Annealing
    7866
    7967*/
Note: See TracChangeset for help on using the changeset viewer.