lemon/circulation.h
changeset 2527 10f3b3286e63
parent 2526 b7727edd44f2
child 2533 aea952a1af99
equal deleted inserted replaced
7:60a92dd4c722 8:f547f7904035
   228       typedef Circulation<Graph, LCapMap, UCapMap, DeltaMap,
   228       typedef Circulation<Graph, LCapMap, UCapMap, DeltaMap,
   229 		      DefStandardElevatorTraits<_Elevator> > Create;
   229 		      DefStandardElevatorTraits<_Elevator> > Create;
   230     };    
   230     };    
   231 
   231 
   232     /// @}
   232     /// @}
       
   233 
       
   234   protected:
       
   235 
       
   236     Circulation() {}
       
   237   
       
   238   public:
   233 
   239 
   234     /// The constructor of the class.
   240     /// The constructor of the class.
   235 
   241 
   236     /// The constructor of the class. 
   242     /// The constructor of the class. 
   237     /// \param g The directed graph the algorithm runs on. 
   243     /// \param g The directed graph the algorithm runs on.