Graph routing problems have been investigated extensively in operations research, computer science and engineering due to their ubiquity and vast applications. In this paper, we study constant approximation algorithms...
详细信息
We study the alpha-Fixed Cardinality Graph Partitioning (alpha-FCGP) problem, the generic local graph partitioning problem introduced by Bonnet et al. [Algorithmica 2015]. In this problem, we are given a graph G, two ...
详细信息
We study the alpha-Fixed Cardinality Graph Partitioning (alpha-FCGP) problem, the generic local graph partitioning problem introduced by Bonnet et al. [Algorithmica 2015]. In this problem, we are given a graph G, two numbers k,p and 0 <= alpha <= 1, the question is whether there is a set S subset of V of size k with a specified coverage function cov(alpha)(S) at least p (or at most p for the minimization version). The coverage function cov(alpha)(center dot) counts edges with exactly one endpoint in S with weight alpha and edges with both endpoints in S with weight 1-alpha. alpha-FCGP generalizes a number of fundamental graph problems such as Densest k-Subgraph, Max k-Vertex Cover, and Max (k, n-k)-CUT. A natural question in the study of alpha-FCGP is whether the algorithmic results known for its special cases, like Max k-VERTEX COVER, could be extended to more general settings. One of the simple but powerful methods for obtaining parameterized approximation [Manurangsi, SOSA 2019] and subexponential algorithms [Fomin et al. IPL 2011] for Max k-Vertex Cover is based on the greedy vertex degree orderings. The main insight of our work is that the idea of greedy vertex degree ordering could be used to design fixed-parameter approximation schemes (FPT-AS) for alpha>0 and subexponential-time algorithms for the problem on apex-minor free graphs for maximization with alpha > 1/3 and minimization with alpha < 1/3.(4)
In this paper we study a team orienteering problem, which is to find service paths for multiple vehicles in a network such that the profit sum of serving the nodes in the paths is maximized, subject to the cost budget...
详细信息
ISBN:
(数字)9781728164120
ISBN:
(纸本)9781728164137
In this paper we study a team orienteering problem, which is to find service paths for multiple vehicles in a network such that the profit sum of serving the nodes in the paths is maximized, subject to the cost budget of each vehicle. This problem has many potential applications in IoT and smart cities, such as dispatching energy-constrained mobile chargers to charge as many energy-critical sensors as possible to prolong the network lifetime. In this paper, we first formulate the team orienteering problem, where different vehicles are different types, each node can be served by multiple vehicles, and the profit of serving the node is a submodular function of the number of vehicles serving it. We then propose a novel (1 - (1/e) 1/2+ε )approximation algorithm for the problem, where c is a given constant with 0 ≤ ε ≤ 1 and ε is the base of the natural logarithm. In particular, the approximation ratio is no less than 0.32 when ε = 0.5. In addition, for a special team orienteering problem with the same type of vehicles and the profits of serving a node once and multiple times being the same, we devise an improved approximation algorithm. Finally, we evaluate the proposed algorithms with simulation experiments, and the results of which are very promising. Precisely, the profit sums delivered by the proposed algorithms are approximately 12.5% to 17.5% higher than those by existing algorithms.
In Connectivity Augmentation problems we are given a graph H = (V, EH) and an edge set E on V , and seek a min-size edge set J ⊆ E such that H ∪J has larger edge/node connectivity than H. In the Edge-Connectivity Aug...
详细信息
We consider several variants of a car-sharing problem. Given are a number of requests each consisting of a pick-up location and a drop-off location, a number of cars, and nonnegative, symmetric travel times that satis...
详细信息
We consider single-machine scheduling problems that are natural generalizations or variations of the min-sum set cover problem and the min-sum vertex cover problem. For each of these problems, we give new approximatio...
详细信息
In MAXSPACE, given a set of ads A, one wants to schedule a subset A′ ⊆ A into K slots B1, ⋯ , BKof size L. Each ad Ai∈ A has a size siand a frequency wi. A schedule is feasible if the total size of ads in any slot i...
详细信息
Dynamic graph algorithms have seen significant theoretical advancements, but practical evaluations often lag behind. This work bridges the gap between theory and practice by engineering and empirically evaluating rece...
详细信息
Given two sets S and T of points in the plane, of total size n, a many-to-many matching between S and T is a set of pairs (p, q) such that p ∈ S, q ∈ T and for each r ∈ S ∪ T, r appears in at least one such pair. ...
详细信息
The Fixed Charge Transportation (FCT) problem models transportation scenarios where we need to send a commodity from n sources to m sinks, and the cost of sending a commodity from a source to a sink consists of a line...
详细信息
暂无评论