equal
deleted
inserted
replaced
286 } |
286 } |
287 _potential = ↦ |
287 _potential = ↦ |
288 return *this; |
288 return *this; |
289 } |
289 } |
290 |
290 |
291 /// \name Execution control |
291 /// \name Execution Control |
292 /// The simplest way to execute the algorithm is to call the run() |
292 /// The simplest way to execute the algorithm is to call the run() |
293 /// function. |
293 /// function. |
294 /// \n |
294 /// \n |
295 /// If you only need the flow that is the union of the found |
295 /// If you only need the flow that is the union of the found |
296 /// arc-disjoint paths, you may call init() and findFlow(). |
296 /// arc-disjoint paths, you may call init() and findFlow(). |