Changeset 519:474f5508e9a2 in lemon-0.x
- Timestamp:
- 05/04/04 11:03:00 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@683
- Location:
- src/work/athos
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/minlengthpaths.h
r513 r519 181 181 ///This function gives back the \c j-th path in argument p. 182 182 ///Assumes that \c run() has been run and nothing changed since then. 183 /// \warning It is assumed that \c p is constructed to be a path of graph \c G. 183 /// \warning It is assumed that \c p is constructed to be a path of graph \c G. If \c j is greater than the result of previous \c run, then the result here will be an empty path. 184 184 template<typename DirPath> 185 185 void getPath(DirPath& p, int j){
Note: See TracChangeset
for help on using the changeset viewer.