Changeset 772:f964a00b9068 in lemon-main
- Timestamp:
- 10/16/09 09:50:18 (15 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/hartmann_orlin.h
r771 r772 70 70 /// The path type of the found cycles. 71 71 /// It must conform to the \ref lemon::concepts::Path "Path" concept 72 /// and it must have an \c add Back() function.72 /// and it must have an \c addFront() function. 73 73 typedef lemon::Path<Digraph> Path; 74 74 }; -
lemon/karp.h
r771 r772 70 70 /// The path type of the found cycles. 71 71 /// It must conform to the \ref lemon::concepts::Path "Path" concept 72 /// and it must have an \c add Back() function.72 /// and it must have an \c addFront() function. 73 73 typedef lemon::Path<Digraph> Path; 74 74 };
Note: See TracChangeset
for help on using the changeset viewer.