COIN-OR::LEMON - Graph Library

Changeset 1710:f531c16dd923 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
10/06/05 11:37:53 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2237
Message:

Bug solved in named parameters
Simplify my Johnson algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r1709 r1710  
    215215      }
    216216    }
    217    
    218   public :
     217
     218  protected:
     219
     220    Dfs() {}
     221   
     222  public:
    219223
    220224    typedef Dfs Create;
Note: See TracChangeset for help on using the changeset viewer.