首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 0 毫秒
1.
Given an undirected graph with a source node s and a sink node t. The anti-risk path problem is defined as the problem of finding a path between node s to node t with the least risk under the assumption that at most one edge of each path may be blocked. Xiao et al. (J Comb Optim 17:235–246, 2009) defined the problem and presented an \(O(mn+n^2 \log n)\) time algorithm to find an anti-risk path, where n and m are the number of nodes and edges, respectively. Recently, Mahadeokar and Saxena (J Comb Optim 27:798–807, 2014) solved the problem in \(O(m+n \log n)\) time. In this paper, first, a new version of the anti-risk path (called contra-risk path) is defined, which is more effective than an anti-risk path in many networks. Then, an algorithm to find a contra-risk path is presented, which runs in \(O(m+n \log n)\) time.  相似文献   

2.
Finding disjoint paths with related path costs   总被引:1,自引:0,他引:1  
We consider routing in survivable networks that provide protection against node or link failures. In these networks resilience against failures is provided by routing connections on pairs of disjoint paths called primary and backup paths. The primary path of a connection carries its traffic under normal circumstances and in the eventuality of a network failure effecting the primary path the connection traffic (all or some portion of it) is rerouted over its backup path. In an online setting as connection requests arrive a pair of disjoint primary and backup paths of least total cost (under some link cost metric) are selected to route the connections. In many situations the cost metric used for the primary path differs from the cost metric used for the backup path. Also in many realistic settings these two cost metrics are related to each other. In this paper we study the problem of finding a pair of edge or node disjoint paths of least total cost where the cost of the primary path is the total cost of its links while the cost for the backup path is α times the sum of the cost of its links, for some given α < 1. We show that the problem is hard to approximate to within a factor for any positive . In addition we show that the problem is complete for a set of hard to approximate problems. On the positive side we show that a simple algorithm achieves an approximation ratio of for the problem.  相似文献   

3.
Let P G (s,t) denote a shortest path between two nodes s and t in an undirected graph G with nonnegative edge weights. A detour at a node uP G (s,t)=(s,…,u,v,…,t) is defined as a shortest path P Ge (u,t) from u to t which does not make use of (u,v). In this paper, we focus on the problem of finding an edge e=(u,v)∈P G (s,t) whose removal produces a detour at node u such that the ratio of the length of P Ge (u,t) to the length of P G (u,t) is maximum. We define such an edge as an anti-block vital edge (AVE for short), and show that this problem can be solved in O(mn) time, where n and m denote the number of nodes and edges in the graph, respectively. Some applications of the AVE for two special traffic networks are shown. This research is supported by NSF of China under Grants 70471035, 70525004, 701210001 and 60736027, and PSF of China under Grant 20060401003.  相似文献   

4.
Finding an anti-risk path between two nodes in undirected graphs   总被引:1,自引:0,他引:1  
Given a weighted graph G=(V,E) with a source s and a destination t, a traveler has to go from s to t. However, some of the edges may be blocked at certain times, and the traveler only observes that upon reaching an adjacent site of the blocked edge. Let ℘={P G (s,t)} be the set of all paths from s to t. The risk of a path is defined as the longest travel under the assumption that any edge of the path may be blocked. The paper will propose the Anti-risk Path Problem of finding a path P G (s,t) in ℘ such that it has minimum risk. We will show that this problem can be solved in O(mn+n 2log n) time suppose that at most one edge may be blocked, where n and m denote the number of vertices and edges in G, respectively. This research is supported by NSF of China under Grants 70525004, 60736027, 70121001 and Postdoctoral Science Foundation of China under Grant 20060401003.  相似文献   

5.
6.
7.
Let T = (V,E,w) be an undirected and weighted tree with node set V and edge set E, where w(e) is an edge weight function for e E. The density of a path, say e1, e2,..., ek, is defined as ki = 1 w(ei)/k. The length of a path is the number of its edges. Given a tree with n edges and a lower bound L where 1 L n, this paper presents two efficient algorithms for finding a maximum-density path of length at least L in O(nL) time. One of them is further modified to solve some special cases such as full m-ary trees in O(n) time.  相似文献   

8.
Journal of Combinatorial Optimization - A hypergraph has a complex structure, which is why some re- searchers seek to transform the hypergraph into a graph. In this paper, we present two...  相似文献   

9.
10.
11.
In an experimental setting some Danish unemployed workers were assigned to an activation program whereas others were not. The unemployed who were assigned to the activation program found a job more quickly. We show that the activation effect increases with the distance between the place of residence of the unemployed worker and the place where the activation took place. We also find that the quality of the post‐unemployment jobs was not affected by the activation program. Both findings confirm that the activation program mainly worked because it was compulsory and the unemployed did not like it. The activation program worked as a stick to job finding.  相似文献   

12.
In order to become successful managers, engineers must learn new skills, acquire new values and re-orient their thinking. The transition from engineering to management requires time for the individual to mature, a progression of on-the-job experiences, and careful career planning. Career planning is best viewed as part of a total human resource management system of goal-setting, performance appraisals, training, and continuous career counseling. Career planning becomes most effective where a variety of jobs and pathways are provided by the organization, when the performance requirements for these jobs are made explicit, when the criteria for promotions are spelled out, and where the salary brackets are consistent with this information. Useful career planning can be carried out without this system approach, as the case study herein demonstrates. But the systems approach makes career planning much more effective, and generally assists the engineer in making a better transition to management.  相似文献   

13.
14.
The idea of what is essential and what is peripheral is basic to all intelligent management of change. At the core of all our resistance to change is the fear that we will lose something of ourselves, something unrecoverable. "Touching ground"--gaining clarity on what we are truly about, and shaping our strategies around that core--is a key skill of the change master. What is the most important element in helping people deal with change? According to Roger Fritz, President of Leadership by Design, Inc., a St. Louis consulting firm, "Helping them recognize what's essential. There are two kinds of change: Technical change and profound change. A technical change asks you to learn something different. A profound change ask you to be someone different." Too often, we confuse the two and are met with resistance.  相似文献   

15.
Let G = (V,E) be a plane graph with nonnegative edge weights, and let be a family of k vertex sets , called nets. Then a noncrossing Steiner forest for in G is a set of k trees in G such that each tree connects all vertices, called terminals, in net N i, any two trees in do not cross each other, and the sum of edge weights of all trees is minimum. In this paper we give an algorithm to find a noncrossing Steiner forest in a plane graph G for the case where all terminals in nets lie on any two of the face boundaries of G. The algorithm takes time if G has n vertices and each net contains a bounded number of terminals.  相似文献   

16.
We study the algorithmic issues of finding the nucleolus of a flow game. The flow game is a cooperative game defined on a network D=(V,E;ω). The player set is E and the value of a coalition SE is defined as the value of a maximum flow from source to sink in the subnetwork induced by S. We show that the nucleolus of the flow game defined on a simple network (ω(e)=1 for each eE) can be computed in polynomial time by a linear program duality approach, settling a twenty-three years old conjecture by Kalai and Zemel. In contrast, we prove that both the computation and the recognition of the nucleolus are -hard for flow games with general capacity. Supported by NCET, NSFC (10771200), a CERG grant (CityU 1136/04E) of Hong Kong RGC, an SRG grant (7001838) of City University of Hong Kong.  相似文献   

17.
18.
19.
Consumers are the driving force for a transition to a best outcomes-driven health care system that values and rewards outreach, innovation, and the rapid translation of scientific advances into everyday practice. They are the engine for change that can drive outcomes improvement, encourage broader and more timely use of new knowledge, and demand mechanisms to evaluate and report the effects. Consumers alone are fueled by the passion and urgency that results from living with the effects of illness, or seeing those they care about suffer. This best outcomes-driven system will need to be defined by consumers, professionals, and scientific evidence. But to participate as effective change agents, consumers will need good information, decision-support tools, access to resources, and ongoing support from entities they trust. By putting the consumer in the center of a best outcomes-driven system, we can begin to achieve our shared goals: universal access to high-quality, affordable health care and the opportunity for everyone to achieve optimal health-related quality of life and function.  相似文献   

20.
Motivated by a security problem in geographic information systems, we study the following graph theoretical problem: given a graph G, two special nodes s and t in G, and a number k, find k paths from s to t in G so as to minimize the number of edges shared among the paths. This is a generalization of the well-known disjoint paths problem. While disjoint paths can be computed efficiently, we show that finding paths with minimum shared edges is NP-hard. Moreover, we show that it is even hard to approximate the minimum number of shared edges within a factor of $2^{\log^{1-\varepsilon}n}$ , for any constant ε>0. On the positive side, we show that there exists a (k?1)-approximation algorithm for the problem, using an adaption of a network flow algorithm. We design some heuristics to improve the quality of the output, and provide empirical results.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号