lemon/edmonds_karp.h
changeset 2527 10f3b3286e63
parent 2522 616c019215c4
child 2553 bfced05fa852
     1.1 --- a/lemon/edmonds_karp.h	Wed Nov 28 17:51:02 2007 +0000
     1.2 +++ b/lemon/edmonds_karp.h	Wed Nov 28 18:01:38 2007 +0000
     1.3 @@ -192,6 +192,12 @@
     1.4  
     1.5      /// @}
     1.6  
     1.7 +  protected:
     1.8 +    
     1.9 +    EdmondsKarp() {}
    1.10 +
    1.11 +  public:
    1.12 +
    1.13      /// \brief The constructor of the class.
    1.14      ///
    1.15      /// The constructor of the class.