Provides different logics to solve the assignment problem.
Public Static Methods | |
| static int [] | FindGreedy (List< AIMFormation > agents, List< Vector3 > targetPositions, int maxTargets=0) |
| Finds assignments for a list of agents and target positions in a greedy manner. More... | |
| static int [] | FindOptimal (int[,] costs) |
| Finds optimal assignments for a matrix of agents and costed tasks. More... | |