Changeset 606:81a0c2f2f7c6 in lemon-0.x for src/hugo/full_graph.h
- Timestamp:
- 05/11/04 16:58:09 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/full_graph.h
r592 r606 1 // -*- mode:C++ -*-1 // -*- c++ -*- 2 2 3 3 #ifndef HUGO_FULL_GRAPH_H … … 21 21 22 22 ///This is a simple and fast directed full graph implementation. 23 ///It i tcompletely static, so you can neither add nor delete either23 ///It is completely static, so you can neither add nor delete either 24 24 ///edges or nodes. 25 25 ///Otherwise it conforms to the graph interface documented under
Note: See TracChangeset
for help on using the changeset viewer.