Abstract
Given an undirected tree T=(V,E) and a value σ>0, every edge e∈E has a lead time l(e) and a capacity c(e). Let Pst be the unique path connecting s and t. A transmission time of sending σ units data from s to t∈V is Q(s,t,σ)=l(Pst)+σc(Pst), where l(Pst)=∑e∈Pst l(e) and c(Pst)=mine∈Pstc(e). A vertex (an absolute) quickest 1-center problem is to determine a vertex s∗∈V (a point s∗∈T, which is either a vertex or an interior point in some edge) whose maximum transmission time is minimum. In an inverse vertex (absolute) quickest 1-center problem on a tree T, we aim to modify a capacity vector with minimum cost under weighted l1 norm such that a given vertex (point) becomes a vertex (an absolute) quickest 1-center. We first introduce a maximum transmission time balance problem between two trees T1 and T2, where we reduce the maximum transmission time of T1 and increase the maximum transmission time of T2 until the maximum transmission time of the two trees become equal. We present an analytical form of the objective function of the problem and then design an O(n12n2) algorithm, where ni is the number of vertices of Ti with i=1,2. Furthermore, we analyze some optimality conditions of the two inverse problems, which support us to transform them into corresponding maximum transmission time balance problems. Finally, we propose two O(n3) algorithms, where n is the number of vertices in T.
View more >>