| Algorithm 2. Greedy Selection Algorithm |
| Input: input ,, , , |
|
Output: the set of selected participants, UAVs and buoys 1: for in do 2: for ,, in do 3: Calculate all scores 4: Sort by descending order 5: select the max scores of combination 6: end for 7: end for 8: 9: Return |