equal
deleted
inserted
replaced
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. |