UVA-259---Software-Allocation

UVA 259 - Software Allocation

algorithm : Max Flow

maximum flow problems involve finding a feasible flow through a flow network that obtains the maximum possible flow rate.

The maximum flow problem can be seen as a special case of more complex network flow problems, such as the circulation problem. The maximum value of an s-t flow (i.e., flow from source s to sink t) is equal to the minimum capacity of an s-t cut (i.e., cut severing s from t) in the network, as stated in the max-flow min-cut theorem.

source : https://en.wikipedia.org/wiki/Maximum_flow_problem