COIN-OR::LEMON - Graph Library

Changeset 1715:e71778873dd0 in lemon-0.x


Ignore:
Timestamp:
10/07/05 13:05:08 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2242
Message:

Doc improvments

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • demo/dijkstra_demo.cc

    r1641 r1715  
    1717///\ingroup demos
    1818///\file
    19 ///\brief Demonstrating LEMON implementation of the Dijkstra algorithm
     19///\brief Demonstrating the usage of LEMON's Dijkstra algorithm
    2020///
    2121/// Dijkstra's algorithm computes shortest paths between two nodes in
  • doc/dirs.dox

    r1416 r1715  
     1/**
     2\dir demo
     3\brief A collection of demo application.
     4
     5This directory contains several simple demo application, mainly
     6for educational purposes.
     7*/
     8
     9/**
     10\dir doc
     11\brief Auxiliary (and the whole generated) documentation.
     12 Auxiliary (and the whole generated) documentation.
     13*/
     14
     15/**
     16\dir test
     17\brief Test programs.
     18
     19This directory contains several test programs that check the consistency
     20of the code.
     21*/
     22
     23
     24
     25
    126/**
    227\dir lemon
  • doc/graph_orientation.dox

    r1684 r1715  
    102102\until def
    103103
    104 We also store in a bool map which edges are reverted. Actually this is only
     104We also store in a bool map indicating which edges are reverted. Actually this is only
    105105used to draw these edges with different color in the output picture. The
    106106algorithm will update this map called \c rev, but will not use it otherwise.
Note: See TracChangeset for help on using the changeset viewer.