共查询到20条相似文献,搜索用时 0 毫秒
1.
Kamal Jain thanks{One Microsoft Way Redmond WA USA. kamalj@microsoft.com. Vijay V. Vazirani 《Algorithmica》2003,38(3):433-439
We consider a fault tolerant version of the metric facility location
problem in which every city, j, is required to be connected to r
j
facilities. We give the first non-trivial approximation algorithm for
this problem, having an approximation guarantee of 3 · H
k
, where
k is the maximum requirement and H
k
is the kth harmonic
number. Our algorithm is along the lines of [2] for the
generalized Steiner network problem. It runs in phases, and each
phase, using a generalization of the primal–dual algorithm of
[5] for the metric facility location problem, reduces the
maximum residual requirement by one. 相似文献
2.
We developed a new practical optimization method that gives approximate solutions for large-scale real instances of the Uncapacitated
Facility Location Problem. The optimization consists of two steps: application of the Greedy—Interchange heuristic using a
small subset of warehouse candidates, and application of the newly developed heuristic named Balloon Search that takes account
of all warehouse candidates, and runs in ( O (3n + 2n log n ) ) expected time (n is the number of nodes of the underlying graph). Our experiments on the spare parts logistics of a Japanese manufacturing
company with 6000 customers and 380,000 warehouse candidates led us to conclude that the Greedy heuristic improved the total
cost by 9%-11%, that the Interchange heuristic improved the total cost by an additional 0.5%—1.5%, and that Balloon Search
improved it by a further 0.5%—1.5%. 相似文献
3.
Answering an open question published in Operations Research (54, 73–91, 2006) in the area of network design and logistic optimization, we present the first constant-factor approximation algorithms for
the problem combining facility location and cable installation in which capacity constraints are imposed on both facilities
and cables.
We study the problem of designing a minimum cost network to serve client demands by opening facilities for service provision
and installing cables for service shipment. Both facilities and cables have capacity constraints and incur buy-at-bulk costs.
This Max SNP-hard problem arises in diverse applications and is shown in this paper to admit a combinatorial 19.84-approximation
algorithm of cubic running time. This is achieved by an integration of primal-dual schema, Lagrangian relaxation, demand clustering
and bi-factor approximation. Our techniques extend to several variants of this problem, which include those with unsplitable
demands or requiring network connectivity, and provide constant-factor approximate algorithms in strongly polynomial time.
X. Chen is Visiting Fellow, University of Warwick. 相似文献
4.
A. Klose 《International Transactions in Operational Research》1998,5(2):155-168
In this paper, a branch and bound algorithm for solving an uncapacitated facility location problem (UFLP) with an aggregate capacity constraint is presented. The problem arises as a subproblem when Lagrangean relaxation of the capacity constraints is used to solve capacitated facility location problems. The algorithm is an extension of a procedure used by Christofides and Beasley (A tree search algorithm for the p-median problem. European Journal of Operational Research , Vol. 10, 1982, pp. 196–204) to solve p -median problems and is based on Lagrangean relaxation in combination with subgradient optimization for lower bounding, simple Lagrangean heuristics to produce feasible solutions, and penalties to reduce the problem size. For node selection, a jump-backtracking rule is proposed, and alternative rules for choosing the branching variable are discussed. Computational experience is reported. 相似文献
5.
图G=(V,E)上的混合支配集D是由图G中的顶点和边组成的集合,因此对于图G中的任意一条边或一个顶点,若其不在D中,则其必须与D中某条边或某个顶点相邻。混合支配问题是在一个图中找到一个基数最小的混合支配集。混合支配问题是图顶点支配问题和边支配问题的混合,在实际生活中有着许多应用,最近在算法中也备受关注。混合支配问题在一般图上是NP完全的。带权混合支配问题则是混合支配问题的一个自然推广,其将图中的点和边以不同权重进行区分。令图中所有点的权重均为wv,所有边的权重均为we,带权混合支配问题则要求寻找一个混合支配集使得其点和边的权重之和达到最小。尽管针对混合支配问题已存在一个简单2倍近似算法,但是对带权混合支配问题的近似算法的研究进展却非常缓慢。在点的权重不大于边的权重的情况下,文中给出了带权混合支配问题的一个3倍近似算法。 相似文献
6.
基于设施选址的Steiner问题的算法 总被引:1,自引:0,他引:1
在设施选址问题的基础上给出了广义Steiner树-星问题的两个近似比分别为3.55和3.582的近似算法,并在问题转化的基础上研究了其他若干特殊情形的Steiner树问题的近似算法。 相似文献
7.
基于设施选址问题的费用分配问题的近似算法 总被引:1,自引:1,他引:1
许多有着重要理论和应用价值的最优化问题在算法复杂性上都是NP-hard的,其解决方法之一是近似算法。论文研究了与设施选址问题密切相关的费用分配问题,并利用原始与对偶线性规划的思想和无容量设施选址问题的一个1.52-近似算法[1]给出了该问题的一个更好的近似算法。 相似文献
8.
We developed a new practical optimization method that gives approximate solutions for large-scale real instances of the Uncapacitated Facility Location Problem. The optimization consists of two steps: application of the Greedy—Interchange heuristic using a small subset of warehouse candidates, and application of the newly developed heuristic named Balloon Search that takes account of all warehouse candidates, and runs in ( O (3n + 2n log n ) ) expected time (n is the number of nodes of the underlying graph). Our experiments on the spare parts logistics of a Japanese manufacturing company with 6000 customers and 380,000 warehouse candidates led us to conclude that the Greedy heuristic improved the total cost by 9%-11%, that the Interchange heuristic improved the total cost by an additional 0.5%—1.5%, and that Balloon Search improved it by a further 0.5%—1.5%. 相似文献
9.
In the Fault-Tolerant Facility Placement problem (FTFP) we are given a set of customers C, a set of sites F, and distances between customers and sites. We assume that the distances satisfy the triangle inequality. Each customer j has a demand rj and each site may open an unbounded number of facilities. The objective is to minimize the total cost of opening facilities and connecting each customer j to rj different open facilities. We present two LP-rounding algorithms for FTFP. The first algorithm achieves an approximation ratio of 4. The second algorithm uses the method of filtering to improve the ratio to 3.16. 相似文献
10.
设施定位问题即UFL问题是NP-hard的组合优化问题,是聚类问题领域的热点问题之一,在数据挖掘和分类识别方面有着重要应用.多年来其近似算法研究一直是计算机科学工作者关注的焦点,然而现有研究结果大多关于Metric空间,一般距离空间中该问题结果始终未见.针对最大连接费用至多是最小连接费用ω>1倍的一般距离空间中设施定位问题,简称一般设施定位问题,借助集合覆盖问题,利用问题归约方法证明其不存在近似性能比小于1.243 0.316ln(ω-1)的多项式时间近似算法,除非NPDTIME(nO(log log n));设计了一般设施定位问题的局部搜索算法,证明算法近似性能比是(1 ω)/α,ω>1,1≤α≤2.仿真实验表明,一般设施定位问题局部搜索算法的求解质量极高;通过实验进一步研究了该算法并给出了改进方法. 相似文献
11.
Abstract. A malleable parallel task is one whose execution time is a function of the number of (identical) processors alloted to it.
We study the problem of scheduling a set of n independent malleable tasks on a fixed number of parallel processors, and propose an approximation scheme that for any fixed
ε > 0 , computes in O(n) time a non-preemptive schedule of length at most (1+ε) times the optimum. 相似文献
12.
In a facility location problem (FLP) we are given a set of facilities and a set of clients, each of which is to be served by one facility. The goal is to
decide which subset of facilities to open, such that the clients will be served at a minimal cost. In this paper we investigate
the FLP in a setting where the cost depends on data known only to the clients. This setting typifies modern distributed systems:
peer-to-peer file sharing networks, Grid systems, and wireless sensor networks. All of them need to perform network organization,
data placement, collective power management, and other tasks of this kind. We propose a local and efficient algorithm that
solves FLP in these settings. The algorithm presented here is extremely scalable, entirely decentralized, requires no routing
capabilities, and is resilient to failures and changes in the data throughout its execution. 相似文献
13.
In this paper, we consider an interesting variant of the facility location problem called uncapacitated facility location problem with penalties (UFLWP, for short) in which each client can be either assigned to some opened facility or rejected by paying a penalty. Existing approaches [M. Charikar, S. Khuller, D. Mount, G. Narasimhan, Algorithms for facility location problems with outliers, in: Proc. Symposium on Discrete Algorithms, 2001, p. 642] and [K. Jain, M. Mahdian, E. Markakis, A. Saberi, V. Vazirani, Greedy facility location algorithms analyzed using dual fitting with factor-revealing LP, J. ACM 50 (2003) 795] for this variant of facility location problem are all based on primal-dual method. In this paper, we present an efficient linear programming (LP) rounding based approach to show that LP rounding techniques are equally capable of solving this variant of facility location problem. Our algorithm uses a two-phase filtering technique (generalized from Lin and Vitter's [?-approximation with minimum packing constraint violation, in: Proc. 24th Annual ACM Symp. on Theory of Computing, 1992, p. 771]) to identify those to-be-rejected clients and open facilities for the remaining ones. Our approach achieves an approximation ratio of 2+2/e (≈2.736) which is worse than the best approximation ratio of 2 achieved by the much more sophisticated dual fitting technique [K. Jain, M. Mahdian, E. Markakis, A. Saberi, V. Vazirani, Greedy facility location algorithms analyzed using dual fitting with factor-revealing LP, J. ACM 50 (2003) 795], but better than the approximation ratio of 3 achieved by the primal-dual method [M. Charikar, S. Khuller, D. Mount, G. Narasimhan, Algorithms for facility location problems with outliers, in: Proc. Symposium on Discrete Algorithms, 2001, p. 642]. Our algorithm is simple, natural, and can be easily integrated into existing LP rounding based algorithms for facility location problem to deal with outliers. 相似文献
14.
软容量设施选址问题是NP-Hard问题之一,具有广泛的应用价值。为了求解软容量设施选址问题,提出一种基于数学性质的竞争决策算法。首先研究该问题的数学性质,运用这些数学性质不仅可以确定某些设施必定开设或关闭,还可以确定部分顾客由哪个设施提供服务,从而缩小问题的规模,加快求解速度。在此基础上设计了求解该问题的竞争决策算法,最后经过一个小规模的算例测试并与精确算法的结果比较,得出了最优解;针对大规模的问题快速地求出了可行解,得到了令人满意的结果。 相似文献
15.
16.
无容量设施选址问题(Uncapacitated Facility Location Problem,UFLP)是组合优化中经典的NP-Hard问题之一。针对UFLP的变形问题之一,即带惩罚的无容量设施选址问题(Uncapacitated Facility Location Problem With Penalties,UFLPWP),研究了UFLPWP的数学性质,其中包括可以批量确定某些设施一定关闭的性质,并进行了数学证明,利用这些数学性质可以对问题进行降阶,进而缩小问题的规模。在此基础上设计了基于上、下界的回溯算法来求解UFLPWP。通过一个示例分析,进一步阐述该算法的原理。 相似文献
17.
V. Kumar 《Algorithmica》2001,30(3):406-417
We consider the problem of colouring a family of n arcs of a circle. This NP-complete problem, which occurs in routing and network design problems, is modelled as a 0-1 integer
multicommodity flow problem. We present an algorithm that routes the commodities in the network by augmenting the network
with some extra edges which correspond to extra colours. The algorithm, which relies on probabilistic techniques such as randomized
rounding and path selection, is a randomized approximation algorithm which has an asymptotic performance ratio of 1+1/e (approximately 1.37) except when the minimum number of colours required is very small (O(\ln n) ). This is an improvement over the best previously known result [7], which is a deterministic approximation algorithm with
a performance ratio of 3/2. The substantial improvement is valuable, for instance in wavelength allocation strategies in communication
networks where bandwidth is a precious resource.
Received October 25, 1998; revised August 26, 1999, and April 17, 2000. 相似文献
18.
We consider the facility location problem with submodular penalties (FLPSP), introduced by Hayrapetyan et?al. (Proceedings of the Sixteenth Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pp. 933–942, 2005), who presented a 2.50-approximation algorithm that is non-combinatorial because this algorithm has to solve the LP-relaxation of an integer program with exponential number of variables. The only known polynomial algorithm for this exponential LP is via the ellipsoid algorithm as the corresponding separation problem for its dual program can be solved in polynomial time. By exploring the properties of the submodular function, we offer a primal-dual 3-approximation combinatorial algorithm for this problem. 相似文献
19.
We apply and extend the priority algorithm framework
introduced by Borodin, Nielsen, and
Rackoff to define greedy-like algorithms for the
(uncapacitated) facility location problems and set cover problems. These problems
have been the focus of extensive research from the point of view of
approximation algorithms and for both problems greedy-like algorithms
have been proposed and analyzed. The priority algorithm definitions
are general enough to capture a broad class of algorithms that can be characterized
as greedy-like while still possible to derive non-trivial
lower bounds on the approximability of the problems
by algorithms in such a class.
Our results are orthogonal to
complexity considerations, and hence apply to algorithms that
are not necessarily polynomial time. 相似文献
20.
On the Competitive Ratio for Online Facility Location 总被引:2,自引:0,他引:2
Dimitris Fotakis 《Algorithmica》2008,50(1):1-57
We consider the problem of Online Facility Location, where the demand points arrive online and must be assigned irrevocably
to an open facility upon arrival. The objective is to minimize the sum of facility and assignment costs. We prove that the
competitive ratio for Online Facility Location is Θ
. On the negative side, we show that no randomized algorithm can achieve a competitive ratio better than Ω
against an oblivious adversary even if the demands lie on a line segment. On the positive side, we present a deterministic
algorithm which achieves a competitive ratio of
in every metric space.
A preliminary version of this work appeared in the Proceedings of the 30th International Colloquium on Automata, Languages
and Programming (ICALP 2003), Lecture Notes in Computer Science 2719. This work was done while the author was at the Max-Planck-Institut
für Informatik, Saarbrücken, Germany, and was partially supported by the Future and Emerging Technologies programme of the
EU under contract number IST-1999-14186 (ALCOM–FT). 相似文献