COIN-OR::LEMON - Graph Library

Changeset 519:474f5508e9a2 in lemon-0.x for src/work


Ignore:
Timestamp:
05/04/04 11:03:00 (20 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@683
Message:

Putting things in their place

Location:
src/work/athos
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/minlengthpaths.h

    r513 r519  
    181181    ///This function gives back the \c j-th path in argument p.
    182182    ///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.
    184184    template<typename DirPath>
    185185    void getPath(DirPath& p, int j){
Note: See TracChangeset for help on using the changeset viewer.