|
Algorithm 1 Block Coordinate Descent based Multi-flow Algorithm |
-
Input:
;
-
Output:
;
-
1:
Initialize as
-
2:
whiledo
-
3:
solve MCMF problem with fixed to get
-
4:
update each iteratively with and the other fixed,
-
5:
renew U, P if descends
-
6:
end while
-
7:
return
|