|
Algorithm 3MultiPath(,P,K,i,j,) |
-
1:
for ( to 2; ) do
-
2:
Acquire the set ;
-
3:
if ( = PS) then
-
4:
;
-
5:
else if ( US) then
-
6:
;
-
7:
end if
-
8:
for ( to K; ) do
-
9:
if ((,) = ) then
-
10:
if ( = PS) then
-
11:
Solve T-SA;
-
12:
end if
-
13:
return ;
-
14:
end if
-
15:
end for
-
16:
end for
-
17:
return ;
|