View the model
Download the model
Given:
1) A set of Departments and a matrix of traffic between departments,
2) A set of Locations and a matrix of distances betweeen locations,
Assign Departments to Locations, at most one department per location,
so as to minimize traffic*distance cost of the assignment.