COIN-OR::LEMON - Graph Library

Changeset 187:35a2c1fd5d73 in lemon-0.x


Ignore:
Timestamp:
03/15/04 17:42:26 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@263
Message:

.

Location:
src/work/alpar
Files:
2 edited

Legend:

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

    r186 r187  
    1313  /// An empty graph class.
    1414 
     15  /// When you read this for the first time,
     16  /// please send an e-mail to alpar\@cs.elte.hu.
     17  ///
    1518  /// This class provides all the common features of a graph structure,
    1619  /// however completely without implementations and real data structures
  • src/work/alpar/smart_graph.h

    r186 r187  
    1515  ///A smart graph class.
    1616
     17  /// When you read this for the first time,
     18  /// please send an e-mail to alpar\@cs.elte.hu.
     19  ///
    1720  ///This is a simple and fast graph implementation.
    1821  ///It is also quite memory efficient, but at the price
Note: See TracChangeset for help on using the changeset viewer.