Changeset 242:b255f25ad394 in lemon-0.x for src/work/alpar/smart_graph.h
- Timestamp:
- 03/24/04 14:06:06 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/smart_graph.h
r215 r242 4 4 #define HUGO_SMART_GRAPH_H 5 5 6 ///\file 7 ///\brief SmartGraph and SymSmartGraph classes. 8 6 9 #include <vector> 7 10 #include <limits.h> … … 15 18 ///A smart graph class. 16 19 17 /// When you read this for the first time,18 /// please send an e-mail to alpar\@cs.elte.hu.19 ///20 20 ///This is a simple and fast graph implementation. 21 21 ///It is also quite memory efficient, but at the price 22 22 ///that <b> it does not support node and edge deletion</b>. 23 /// Apart from this it conforms to the graph interface documented under23 ///It conforms to the graph interface documented under 24 24 ///the description of \ref GraphSkeleton. 25 25 ///\sa \ref GraphSkeleton.
Note: See TracChangeset
for help on using the changeset viewer.