The Assignment.lng Model

Assignment model

View the model
Download the model

We have a set of tasks to be performed, and
a set of operators, each of whom can do one task, and
a COST(i,j) of having task i done by operator j.
We want to find an assignment of tasks to operators that
minimizes total cost.
The Assignment problem is a special case of the Transportation problem.

Keywords:

Assignment | Task Assignment |