In many optimization problems, a feasible solution induces a multi-dimensional cost vector. For example, in load-balancing a schedule induces a load vector across the machines. In k-clustering, opening k facilities induces an assignment cost vector across the clients. Typically, one seeks a solution which either minimizes the sum-or the max-of this vector, and these problems (makespan minimization, kmedian, and k-center) are classic NP-hard problems which have been extensively studied.