Changeset 986:e997802b855c in lemon-0.x for src/test/sym_graph_test.cc
- Timestamp:
- 11/13/04 13:53:28 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/sym_graph_test.cc
r959 r986 31 31 This test makes consistency checks of list graph structures. 32 32 33 G.addNode(), G.addEdge(), G. tail(), G.head()33 G.addNode(), G.addEdge(), G.source(), G.target() 34 34 35 35 \todo Checks for empty graphs and isolated points.
Note: See TracChangeset
for help on using the changeset viewer.