Minimum cost flow decomposition on arc-coloured networks
By: Claudio Carvalho Neto , Ana Karolinna Maia , Cláudia Linhares Sales and more
Potential Business Impact:
Finds cheapest paths for sending stuff through networks.
A network $\mathcal{N}$ is formed by a (multi)digraph $D$ together with a \emph{capacity function} $u : A(D) \to R_+$, and it is denoted by $\mathcal{N} = (D,u)$. A flow on $\mathcal{N}$ is a function $x: A(D) \to R_+$ such that $x(a) \leq u(a)$ for all $a \in A(D)$, and it is said to be $k$-splittable if it can be decomposed into up to $k$ paths. We say that a flow is $\lambda$-uniform if its value on each arc of the network with positive flow value is exactly $\lambda$, for some $\lambda \in R_+^*$. Arc-coloured networks are used to model qualitative differences among different regions through which the flow will be sent. They have applications in several areas such as communication networks, multimodal transportation, molecular biology, packing etc. We consider the problem of decomposing a flow over an arc-coloured network with minimum cost, that is, with minimum sum of the cost of its paths, where the cost of each path is given by its number of colours. We show that this problem is NP-Hard for general flows. When we restrict the problem to $\lambda$-uniform flows, we show that it can be solved in polynomial time for networks with at most two colours, and it is NP-Hard for general networks with three colours and for acyclic networks with at least five colours.
Similar Papers
A general framework for finding diverse solutions via network flow and its applications
Data Structures and Algorithms
Finds many different good answers to hard problems.
Minimum Congestion Routing of Unsplittable Flows in Data-Center Networks
Networking and Internet Architecture
Makes computer networks send data more evenly.
Unsplittable Cost Flows from Unweighted Error-Bounded Variants
Data Structures and Algorithms
Makes computer networks send data more efficiently.