COIN-OR::LEMON - Graph Library

Changeset 26:a40eafb6066d in lemon-tutorial for basics.dox


Ignore:
Timestamp:
02/14/10 21:32:19 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Distinguish section names from the doc groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basics.dox

    r21 r26  
    1919namespace lemon {
    2020/**
    21 [PAGE]basics[PAGE] Basic Concepts
     21[PAGE]sec_basics[PAGE] Basic Concepts
    2222
    2323Throughout the document we are working with the \ref lemon namespace.
     
    3030directive is added to the code at the beginning.
    3131
    32 [SEC]digraphs[SEC] Directed Graphs
     32[SEC]sec_digraphs[SEC] Directed Graphs
    3333
    3434This section tells you how to work with a directed graph. We use ListDigraph,
     
    7373\endcode
    7474
    75 [SEC]digraphs_it[SEC] Iterators
     75
     76[SEC]sec_digraph_it[SEC] Iterators
    7677
    7778Now assume you want to list the elements of the graph. For this purpose the
     
    143144\endcode
    144145
    145 [SEC]maps[SEC] Maps
     146
     147[SEC]sec_digraph_maps[SEC] Maps
    146148
    147149The concept of "Maps" is another fundamental part of LEMON. They allow assigning
Note: See TracChangeset for help on using the changeset viewer.