| Input: probabilistic graph, , member list |
| () for each do |
| () set capacity of each to 1 |
| () assign as the sink |
| () run linear programming for to find , the set of flow edges |
| () find edge disjoint paths using |
| () compute reliability, by (1) |
| () end for |
| () sort values for all |
| () report the answer set |