In this paper we consider the following variant of clustering or laying out problems of graphs: Given a directed acyclic graph (DAG for short) and an integer B, the objective is to find a mapping of its nodes into blo...
详细信息
ISBN:
(纸本)9783319951652;9783319951645
In this paper we consider the following variant of clustering or laying out problems of graphs: Given a directed acyclic graph (DAG for short) and an integer B, the objective is to find a mapping of its nodes into blocks of size at most B that minimizes the maximum number of external arcs during traversals of the acyclic structure by following paths from the roots to the leaves. An external arc is defined as an arc connecting two distinct blocks. This paper focuses on the case B = 2. Even if B = 2 and the height of the DAG is three, it is known that the problem is NP-hard, and furthermore, there is no 3/2 - epsilon factor approximation algorithm for B = 2 and a small positive epsilon unless P = NP. On the other hand, the best approximation ratio previously shown is 3. In this paper we improve the approximation ratio into strictly smaller than 2. Also, we investigate the relationship between the height of input DAGs and the inapproximability, since the above inapproximability bound 3/2 - epsilon is shown only for DAGs of height 3.
The Steiner Tree problem is a classical problem in com-binatorial optimization: the goal is to connect a set T of terminals in a graph G by a tree of minimum size. Karpinski and Zelikovsky (1996) studied the δ-dense ...
详细信息
We study a natural model of coordinated social ad campaigns over a social network, based on models of Datta et al. and Aslay et al. Multiple advertisers are willing to pay the host — up to a known budget — per user ...
详细信息
Given a simple connected graph G = (V, E), we seek to partition the vertex set V into k non-empty parts such that the subgraph induced by each part is connected, and the partition is maximally balanced in the way that...
详细信息
This paper considers the problem of finding the shortest tour to cover a given set of inverted cone views with apex angle a and height H when their apex points lie on a planar surface. This is a novel variant of the 3...
详细信息
ISBN:
(纸本)9781538630815
This paper considers the problem of finding the shortest tour to cover a given set of inverted cone views with apex angle a and height H when their apex points lie on a planar surface. This is a novel variant of the 3D Traveling Salesman Problem with intersecting Neighborhoods (TSPN) called Cone-TSPN. When the cones are allowed to tilt by an angle epsilon we have the tilted Cone-TSPN problem, to which we present an algorithm that returns a solution with an approximation ratio of O (1+tan alpha / 1-tan epsilon tan alpha (1 + log max(H)/min(H)). We demonstrate through simulations that our algorithm can be implemented in a practical way and by exploiting the structure of the cones we can achieve shorter tours. Finally, we present results from covering a reflective surface (lake area) that shows the importance of selecting different view angles under strong sunlight specularities.
X-BalancedCC multiwinner voting rules constitute an attractive but computationally intractable compromise between the proportionality provided by the Monroe rule and the diversity provided by the Chamberlin--Courant r...
详细信息
ISBN:
(纸本)9781450363099
X-BalancedCC multiwinner voting rules constitute an attractive but computationally intractable compromise between the proportionality provided by the Monroe rule and the diversity provided by the Chamberlin--Courant rule. We show how to use the GreedyMonroe algorithm to get improved approximation results for the X-BalancedCC rules and for the Chamberlin--Courant rule, by appropriately setting a "schedule" for the sizes of virtual districts. We describe a polynomial-time algorithm for computing a schedule that guarantees high approximation ratio, but show that finding the best possible schedule for a given election is NP-hard. We further evaluate our algorithms experimentally and show that they perform very well in practice.
We consider the a priori traveling repairman problem, which is a stochastic version of the classic traveling repairman problem (also called the traveling deliveryman or minimum latency problem). Given a metric (V;d) w...
详细信息
Designing and analyzing algorithms with provable performance guarantees enables efficient optimization problem solving in different application domains, e.g. communication networks, transportation, economics, and manu...
详细信息
Consider the following combinatorial problem: Given a planar graph G and a set of simple cycles C in G, find a planar embedding E of G such that the number of cycles in C that bound a face in E is maximized. This prob...
详细信息
A complete weighted graph G = (V, E, w) is called Delta beta-metric, for some beta >= 1/2, if G satisfies the beta-triangle inequality, i.e., w(u, v) 1/2. Moreover, we give 2 beta-approximation algorithms running ...
详细信息
ISBN:
(数字)9783319946672
ISBN:
(纸本)9783319946672;9783319946665
A complete weighted graph G = (V, E, w) is called Delta beta-metric, for some beta >= 1/2, if G satisfies the beta-triangle inequality, i.e., w(u, v) <= beta . (w(u, x) + w(x, v)) for all vertices u, v, x is an element of V. Given a Delta(beta)-metric graph G = (V, E, w), the Single Allocation at most p-Hub Center Routing problem is to find a spanning subgraph H* of G such that (i) any pair of vertices in C* is adjacent in H* where C*. V and vertical bar C*vertical bar = p;(ii) any pair of vertices in V \ C* is not adjacent in H*;(iii) each v is an element of V \ C* is adjacent to exactly one vertex in C*;and (iv) the routing cost r(H*) = Sigma(u,v is an element of V) d(H)* (u, v) is minimized where d(H)* (u, v) = w(u, f* (u))+ w(f* (u), f* (v))+ w(v, f* (v)) and f* (u), f* (v) are the vertices in C* adjacent to u and v in H*, respectively. Note that w(v, f* (v)) = 0 if v is an element of C*. The vertices selected in C* are called hubs and the rest of vertices are called non-hubs. In this paper, we show that the Single Allocation at most p-Hub Center Routing problem is NP-hard in Delta(beta)-metric graphs for any beta > 1/2. Moreover, we give 2 beta-approximation algorithms running in time O(n(2)) for any beta > 1/2 where n is the number of vertices in the input graph.
暂无评论