COIN-OR::LEMON - Graph Library

Changeset 242:b255f25ad394 in lemon-0.x for src/work/alpar/smart_graph.h


Ignore:
Timestamp:
03/24/04 14:06:06 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@341
Message:

DocFixes?

File:
1 edited

Legend:

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

    r215 r242  
    44#define HUGO_SMART_GRAPH_H
    55
     6///\file
     7///\brief SmartGraph and SymSmartGraph classes.
     8
    69#include <vector>
    710#include <limits.h>
     
    1518  ///A smart graph class.
    1619
    17   /// When you read this for the first time,
    18   /// please send an e-mail to alpar\@cs.elte.hu.
    19   ///
    2020  ///This is a simple and fast graph implementation.
    2121  ///It is also quite memory efficient, but at the price
    2222  ///that <b> it does not support node and edge deletion</b>.
    23   ///Apart from this it conforms to the graph interface documented under
     23  ///It conforms to the graph interface documented under
    2424  ///the description of \ref GraphSkeleton.
    2525  ///\sa \ref GraphSkeleton.
Note: See TracChangeset for help on using the changeset viewer.