COIN-OR::LEMON - Graph Library

Changeset 1200:ae69f556b429 in lemon-0.x


Ignore:
Timestamp:
03/06/05 22:13:24 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1612
Message:

Doc improvements

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/graphs.dox

    r1168 r1200  
    4545are shared by the edge pairs.
    4646\li \ref lemon::FullGraph "FullGraph"
    47 implements a complete graph. It is a \ref lemon::concept::StaticGraph, so you cannot
     47implements a complete graph. It is a
     48\ref lemon::concept::StaticGraph "StaticGraph", so you cannot
    4849change the number of nodes once it is constructed. It is extremely memory
    4950efficient: it uses constant amount of memory independently from the number of
  • src/test/test_tools.h

    r1164 r1200  
    2727//! \ingroup misc
    2828//! \file
    29 //! \brief Some utility to write test programs.
     29//! \brief Some utilities to write test programs.
    3030
    3131
     
    9292}
    9393
    94 /// \brief Adds to the graph the reverse pair of all edge.
     94/// \brief Adds to the graph the reverse pair of all edges.
    9595///
    96 /// Adds to the graph the reverse pair of all edge.
     96/// Adds to the graph the reverse pair of all edges.
    9797///
    9898template<class Graph> void bidirGraph(Graph &G)
Note: See TracChangeset for help on using the changeset viewer.