COIN-OR::LEMON - Graph Library

Changeset 165:9b078bc3ce13 in lemon-0.x for src


Ignore:
Timestamp:
03/10/04 18:49:55 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@232
Message:

Some mod in the doc

Location:
src/work/alpar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/emptygraph.h

    r163 r165  
    1919  /// It can be used for checking the interface compatibility,
    2020  /// or it can serve as a skeleton of a new graph structure.
    21 
     21  ///
     22  /// Also, you will find here the full documentation of a certain graph
     23  /// feature, the documentation of a real graph imlementation
     24  /// like @ref ListGraph or
     25  /// @ref SmartGraph will just refer to this structure.
    2226  class EmptyGraph
    2327  {
  • src/work/alpar/invalid.h

    r162 r165  
    1717  /// in such a way that the value of the target iterator will be invalid.
    1818 
    19   ///extern Invalid INVALID;
     19  //extern Invalid INVALID;
    2020
    2121  const Invalid &INVALID = *(Invalid *)0;
Note: See TracChangeset for help on using the changeset viewer.