COIN-OR::LEMON - Graph Library

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

Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less

File:
1 edited

Legend:

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

    r519 r520  
    188188      for(typename std::vector<Edge>::iterator i=paths[j].begin();
    189189          i!=paths[j].end(); ++i ){
    190         B.pushBack(*j);
     190        B.pushBack(*i);
    191191      }
    192192
Note: See TracChangeset for help on using the changeset viewer.