Allocation - JamesBremner/PathFinderJune2021 GitHub Wiki
The option allocates agents to tasks, optimizing the number of tasks that receive agents.
Input
Input is accepted in space delimited text files.
Format
The first line specifies the calculation required. It must contain
format alloc
Possibilities
Each line thereafter specifies an agent and a task that the agent may be applied to
Column | Description |
---|---|
1 | name of agent |
2 | name of task |
Example
format alloc
l child1 chore1 1
l child1 chore2 1
l child1 chore3 1
l child2 chore1 1
l child2 chore2 1
l child2 chore3 1