Changeset 313:64f8f7cc6168 in lemon for lemon/path.h
- Timestamp:
- 10/09/08 10:09:44 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/path.h
r236 r313 850 850 int empty() const { return len == 0; } 851 851 852 /// \br eakErase all arcs in the digraph.852 /// \brief Erase all arcs in the digraph. 853 853 void clear() { 854 854 len = 0;
Note: See TracChangeset
for help on using the changeset viewer.