Research Article

Exact and Heuristic Methods for Observing Task-Oriented Satellite Cluster Agent Team Formation

Algorithm 1

STCFDB.
Input:TASK: observation task set
SAT: satellite cluster
Output:The optimal satellite agent team
Begin
(1)set , team =
(2)TF4EachTask(1, team, TASK, SAT, )
(3)Return
End