Changeset 187:35a2c1fd5d73 in lemon-0.x
- Timestamp:
- 03/15/04 17:42:26 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@263
- Location:
- src/work/alpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/emptygraph.h
r186 r187 13 13 /// An empty graph class. 14 14 15 /// When you read this for the first time, 16 /// please send an e-mail to alpar\@cs.elte.hu. 17 /// 15 18 /// This class provides all the common features of a graph structure, 16 19 /// however completely without implementations and real data structures -
src/work/alpar/smart_graph.h
r186 r187 15 15 ///A smart graph class. 16 16 17 /// When you read this for the first time, 18 /// please send an e-mail to alpar\@cs.elte.hu. 19 /// 17 20 ///This is a simple and fast graph implementation. 18 21 ///It is also quite memory efficient, but at the price
Note: See TracChangeset
for help on using the changeset viewer.