Search
A company serves a group of geographically distributed customers, where each demands a certain amount of goods to buy. To cover all the customers efficiently, the company decides to build a network of warehouses. There are a number of locations where to open the warehouses, each location having its capacity.
The goal is to assign customers to warehouses so that the customers are served in the most efficient way.
Input:
Output: Assignment of customers to warehouses such that the uniform evaluation function is minimized
subject to and for all ,
where is a set of customers assigned to the warehouse w and is an indicator function (returns 1, if the argument is true, 0 otherwise).