期刊文献+
共找到267篇文章
< 1 2 14 >
每页显示 20 50 100
Steiner Tree问题的研究进展 被引量:8
1
作者 郑莹 王建新 陈建二 《计算机科学》 CSCD 北大核心 2011年第10期16-22,共7页
Steiner树问题是经典的NP难解问题,在计算机网络布局、电路设计以及生物网络等领域都有很多应用。随着参数计算理论的发展,已经证明了无向图和有向图中的Steiner树问题都是固定参数可解的(FPT)。介绍了无向图和有向图中Steiner树问题的... Steiner树问题是经典的NP难解问题,在计算机网络布局、电路设计以及生物网络等领域都有很多应用。随着参数计算理论的发展,已经证明了无向图和有向图中的Steiner树问题都是固定参数可解的(FPT)。介绍了无向图和有向图中Steiner树问题的近似算法和参数算法,分析了一些特殊Steiner树问题的研究现状,还讨论了顶点加权Steiner树问题的研究进展。最后,提出了该问题的进一步研究方向。 展开更多
关键词 steiner 近似算法 精确算法 参数算法
下载PDF
Steiner Tree Based Optimal Resource Caching Scheme in Fog Computing 被引量:11
2
作者 SU Jingtao LIN Fuhong +1 位作者 ZHOU Xianwei Lü Xing 《China Communications》 SCIE CSCD 2015年第8期161-168,共8页
Fog Computing is a new platform that can serve mobile devices in the local area. In Fog Computing, the resources need to be shared or cached in the widely deployed Fog clusters. In this paper, we propose a Steiner tre... Fog Computing is a new platform that can serve mobile devices in the local area. In Fog Computing, the resources need to be shared or cached in the widely deployed Fog clusters. In this paper, we propose a Steiner tree based caching scheme, in which the Fog servers, when caching resources, first produce a Steiner tree to minimize the total path weight(or cost) such that the cost of resource caching using this tree could be minimized. Then we give a running illustration to show how the Fog Computing works and we compare the traditional shortest path scheme with the proposed one. The outcome shows that the Steiner tree based scheme could work more efficiently. 展开更多
关键词 steiner tree resource caching fogcomputing ARCHITECTURE
下载PDF
An Improved MPH-Based Delay-constrained Steiner Tree Algorithm 被引量:1
3
作者 Chun-De Yang Kang Huan 《Communications and Network》 2011年第3期127-132,共6页
In order to optimize cost and decrease complexity with a delay upper bound, the delay-constrained Steiner tree problem is addressed. Base on the new delay-constrained MPH (DCMPH_1) algorithm and through improving on t... In order to optimize cost and decrease complexity with a delay upper bound, the delay-constrained Steiner tree problem is addressed. Base on the new delay-constrained MPH (DCMPH_1) algorithm and through improving on the select path, an improved MPH-based delay-constrained Steiner tree algorithm is presented in this paper. With the new algorithm a destination node can join the existing multicast tree by selecting the path whose cost is the least;if the path’s delay destroys the delay upper bound, the least-cost path which meets the delay upper bound can be constructed through the least-cost path, and then is used to take the place of the least-cost path to join the current multicast tree. By the way, a low-cost multicast spanning tree can be constructed and the delay upper bound isn’t destroyed. Experimental results through simulations show that the new algorithm is superior to DCMPH_1 algorithm in the performance of spanning tree and the space complexity. 展开更多
关键词 MULTICAST tree Delay-Constrained steiner tree
下载PDF
Approximation Algorithms for Solving the 1-Line Minimum Steiner Tree of Line Segments Problem
4
作者 Jian-Ping Li Su-Ding Liu +2 位作者 Jun-Ran Lichen Peng-Xiang Pan Wen-Cheng Wang 《Journal of the Operations Research Society of China》 EI CSCD 2024年第3期729-755,共27页
We address the 1-line minimum Steiner tree of line segments(1L-MStT-LS)problem.Specifically,given a set S of n disjoint line segments in R^(2),we are asked to find the location of a line l and a set E_(l) of necessary... We address the 1-line minimum Steiner tree of line segments(1L-MStT-LS)problem.Specifically,given a set S of n disjoint line segments in R^(2),we are asked to find the location of a line l and a set E_(l) of necessary line segments(i.e.,edges)such that a graph consisting of all line segments in S ∪ E_(l) plus this line l,denoted by T_(l)=(S,l,E_(l)),becomes a Steiner tree,the objective is to minimize total length of edges in E_(l) among all such Steiner trees.Similarly,we are asked to find a set E_(0) of necessary edges such that a graph consisting of all line segments in S ∪ E_(0),denoted by T_(S)=(S,E_(0)),becomes a Steiner tree,the objective is to minimize total length of edges in E_(0) among all such Steiner trees,we refer to this new problem as the minimum Steiner tree of line segments(MStT-LS)problem.In addition,when two endpoints of each edge in Eo need to be located on two different line segments in S,respectively,we refer to that problem as the minimum spanning tree of line segments(MST-LS)problem.We obtain three main results:(1)Using technique of Voronoi diagram of line segments,we design an exact algorithm in time O(n log n)to solve the MST-LS problem;(2)we show that the algorithm designed in(1)is a 1.214-approximation algorithm to solve the MStT-LS problem;(3)using the combination of the algorithm designed in(1)as a subroutine for many times,a technique of finding linear facility location and a key lemma proved by techniques of computational geometry,we present a 1.214-approximation algorithm in time O(n^(3) log n)to solve the 1L-MStT-LS problem. 展开更多
关键词 1-Line minimum steiner tree of line segments Minimum spanning tree of line segments Voronoi diagram of line segments steiner ratio Approximation algorithms
原文传递
奖励-收集Steiner树问题的精确算法
5
作者 曾宾 宁爱兵 +2 位作者 付振星 付馨懿 张惠珍 《系统管理学报》 CSSCI CSCD 北大核心 2024年第5期1242-1250,共9页
奖励-收集Steiner树问题是图的Steiner最小树问题的衍生,同时也是组合优化中的NP-hard问题。首先,提出该问题的数学性质并给出证明,利用数学性质能降低该问题的规模;其次,基于该问题的数学性质设计出上下界子算法、降阶子算法和回溯子算... 奖励-收集Steiner树问题是图的Steiner最小树问题的衍生,同时也是组合优化中的NP-hard问题。首先,提出该问题的数学性质并给出证明,利用数学性质能降低该问题的规模;其次,基于该问题的数学性质设计出上下界子算法、降阶子算法和回溯子算法,通过上下界子算法和降阶子算法可以降低该问题解空间的规模,从而缩短回溯子算法的搜索时间,进而降低求解该问题最优解的时间;最后,应用案例分析、算例分析以及算法分析与对比表明,所设计的算法不仅可以求出该问题的最优解,而且比没有考虑该问题数学性质的一般回溯算法的时间复杂度更低。 展开更多
关键词 奖励-收集steiner 上下界子算法 降阶子算法 回溯子算法
下载PDF
Steiner树优化问题的算法研究综述
6
作者 王军霞 王晓峰 +2 位作者 彭庆媛 华盈盈 宋家欢 《计算机工程与应用》 CSCD 北大核心 2024年第9期19-29,共11页
最优Steiner树问题(Steiner tree problem,STP)是一个经典的组合优化问题,许多工程问题都可以归结为最优Steiner树问题。STP被广泛应用于通信网络、电路设计、VLSI设计等领域。然而,STP是典型的NP难问题,还没有多项式时间的精确算法求... 最优Steiner树问题(Steiner tree problem,STP)是一个经典的组合优化问题,许多工程问题都可以归结为最优Steiner树问题。STP被广泛应用于通信网络、电路设计、VLSI设计等领域。然而,STP是典型的NP难问题,还没有多项式时间的精确算法求解该问题。目前,求解该问题的算法主要集中在基于启发式的近似算法、智能优化算法、信息传播算法等,并取得了很好的效果。在不同规模的网络中,基于传统遗传算法给出一种叶交叉机制(leaf crossover,LC),使用该机制的算法性能表现更好。通过对这些算法的原理、性能、精度等方面进行梳理,归纳出算法的优缺点,并指出STP的研究方向和算法设计路径,对于相关问题的研究有指导意义。 展开更多
关键词 steiner树问题(STP) 启发式算法 信息传播算法 智能优化算法 叶交叉(LC)
下载PDF
基于动态粒子群优化的X结构Steiner最小树算法
7
作者 王景熠 朱予涵 +1 位作者 周茹平 刘耿耿 《计算机工程》 CAS CSCD 北大核心 2024年第9期226-234,共9页
Steiner最小树(SMT)是总体布线的最佳连接模型,其构造是1个NP-难问题。粒子群优化(PSO)算法在解决NP-难问题中具有良好的表现,而PSO算法中种群的拓扑结构及搜索信息的传递机制对其性能有着很大的影响。1个适用于具体问题的种群拓扑结构... Steiner最小树(SMT)是总体布线的最佳连接模型,其构造是1个NP-难问题。粒子群优化(PSO)算法在解决NP-难问题中具有良好的表现,而PSO算法中种群的拓扑结构及搜索信息的传递机制对其性能有着很大的影响。1个适用于具体问题的种群拓扑结构对算法性能的提升极为显著。因此,利用PSO求解总体布线问题需要根据具体布线问题的特性来选择合适的粒子拓扑结构策略,以提升PSO的性能。提出基于动态PSO的X结构Steiner最小树(XSMT)算法以解决总体布线问题。首先,设计动态子群与信息交换策略,对种群进行子群划分,引入信息交换的概念,让子群在保持独立性的同时与其他子群进行信息交换,增加子群多样性;其次,设计粒子学习与变异策略,通过设置子群中粒子的学习对象使子群趋向于全局最优,并选择每个子群中适应度值最好的粒子进行变异,使粒子更易于跳出局部最优;最后,设计从多群局部学习过渡到单群全局学习策略,使算法在迭代次数到达阈值之后从局部学习过渡到全局学习,使得粒子在较优拓扑结构的基础上内部连接以获得更好的线长优化率。实验结果表明,与现有的2种R结构SMT(RSMT)算法相比,所提算法在优化线长方面分别优化了10.25%、8.24%;与现有的3种XSMT算法相比,该算法在优化线长方面分别优化了2.44%、1.46%、0.48%,验证了算法的有效性。 展开更多
关键词 动态粒子群优化 信息交换 X结构steiner最小树 超大规模集成电路布线 粒子群优化离散化
下载PDF
G-Tree:基于引力指向技术减少拐弯的Steiner树算法 被引量:1
8
作者 梁敬弘 洪先龙 经彤 《计算机辅助设计与图形学学报》 EI CSCD 北大核心 2008年第2期144-148,共5页
提出一种基于引力指向技术、以减少拐弯数为目标的最小直角Steiner树构造算法G-Tree.利用一个节点受到其他节点的引力来决定它的移动方向,并采用引力加权以考虑减少拐弯数,生成Steiner树后对拐弯数进行了进一步优化.减少拐弯数有助于在... 提出一种基于引力指向技术、以减少拐弯数为目标的最小直角Steiner树构造算法G-Tree.利用一个节点受到其他节点的引力来决定它的移动方向,并采用引力加权以考虑减少拐弯数,生成Steiner树后对拐弯数进行了进一步优化.减少拐弯数有助于在布线阶段减少可能的通孔,从而增强电路的可靠性和可制造性.实验结果表明,G-Tree算法在减少布线树的拐弯数方面有明显的效果. 展开更多
关键词 steiner 拐弯 通孔
下载PDF
Approximation Algorithm for Bottleneck Steiner Tree Problem in the Euclidean Plane 被引量:3
9
作者 Zi-MaoLi Da-MingZhu Shao-HanMa 《Journal of Computer Science & Technology》 SCIE EI CSCD 2004年第6期791-794,共4页
A special case of the bottleneck Steiner tree problem in the Euclidean plane was considered in this paper. The problem has applications in the design of wireless communication networks, multifacility location, VLSI ro... A special case of the bottleneck Steiner tree problem in the Euclidean plane was considered in this paper. The problem has applications in the design of wireless communication networks, multifacility location, VLSI routing and network routing. For the special case which requires that there should be no edge connecting any two Steiner points in the optimal solution, a 3-restricted Steiner tree can be found indicating the existence of the performance ratio root2. In this paper, the special case of the problem is proved to be NP-hard and cannot be approximated within ratio root2. First a simple polynomial time approximation algorithm with performance ratio root3 is presented. Then based on this algorithm and the existence of the 3-restricted Steiner tree, a polynomial time approximation algorithm with performance ratio-root2 + epsilon is proposed, for any epsilon > 0. 展开更多
关键词 bottleneck steiner tree approximation algorithm performance ratio algorithm design and analysis
原文传递
Definition and Algorithms for Reliable Steiner Tree Problem 被引量:1
10
作者 TANG Yaohua YANG Wenguo GUO Tiande 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2015年第4期876-886,共11页
This paper considers a new form of the Steiner tree problem that is more practical and reliable,which we call Reliable Steiner Tree(RST)problem.The authors give a detailed definition for this new problem and design bo... This paper considers a new form of the Steiner tree problem that is more practical and reliable,which we call Reliable Steiner Tree(RST)problem.The authors give a detailed definition for this new problem and design both an exact algorithm and an approximation algorithm for it.The definition is based on the reliability of full components instead of Steiner vertices.The task is thus to find the most reliable full components to make up an optimum reliable Steiner tree.The exact algorithm designed for this problem utilizes a dynamic programming frame.The approximation algorithm designed in this paper exploits a local search strategy that looks for the best full component according to a selection function at a time. 展开更多
关键词 Approximation algorithm exact algorithm RELIABILITY steiner tree.
原文传递
Algorithms for the Prize-Collecting k-Steiner Tree Problem 被引量:1
11
作者 Lu Han Changjun Wang +1 位作者 Dachuan Xu Dongmei Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2022年第5期785-792,共8页
In this paper,we study the prize-collecting k-Steiner tree(PCkST) problem.We are given a graph G=(V,E) and an integer k.The graph is connected and undirected.A vertex r ∈ V called root and a subset R?V called termina... In this paper,we study the prize-collecting k-Steiner tree(PCkST) problem.We are given a graph G=(V,E) and an integer k.The graph is connected and undirected.A vertex r ∈ V called root and a subset R?V called terminals are also given.A feasible solution for the PCkST is a tree F rooted at r and connecting at least k vertices in R.Excluding a vertex from the tree incurs a penalty cost,and including an edge in the tree incurs an edge cost.We wish to find a feasible solution with minimum total cost.The total cost of a tree F is the sum of the edge costs of the edges in F and the penalty costs of the vertices not in F.We present a simple approximation algorithm with the ratio of 5.9672 for the PCkST.This algorithm uses the approximation algorithms for the prize-collecting Steiner tree(PCST) problem and the k-Steiner tree(kST) problem as subroutines.Then we propose a primal-dual based approximation algorithm and improve the approximation ratio to 5. 展开更多
关键词 prize-collecting steiner tree approximation algorithm
原文传递
Risk Models for the Prize Collecting Steiner Tree Problems with Interval Data
12
作者 Eduardo lvarez-Miranda Alfredo Candia-Vjar +2 位作者 Xu-jin CHEN Xiao-dong HU Bi LI 《Acta Mathematicae Applicatae Sinica》 SCIE CSCD 2014年第1期1-26,共26页
Given a connected graph G=(V,E)with a nonnegative cost on each edge in E,a nonnegative prize at each vertex in V,and a target set V′V,the Prize Collecting Steiner Tree(PCST)problem is to find a tree T in G interc... Given a connected graph G=(V,E)with a nonnegative cost on each edge in E,a nonnegative prize at each vertex in V,and a target set V′V,the Prize Collecting Steiner Tree(PCST)problem is to find a tree T in G interconnecting all vertices of V′such that the total cost on edges in T minus the total prize at vertices in T is minimized.The PCST problem appears frequently in practice of operations research.While the problem is NP-hard in general,it is polynomial-time solvable when graphs G are restricted to series-parallel graphs.In this paper,we study the PCST problem with interval costs and prizes,where edge e could be included in T by paying cost xe∈[c e,c+e]while taking risk(c+e xe)/(c+e c e)of malfunction at e,and vertex v could be asked for giving a prize yv∈[p v,p+v]for its inclusion in T while taking risk(yv p v)/(p+v p v)of refusal by v.We establish two risk models for the PCST problem with interval data.Under given budget upper bound on constructing tree T,one model aims at minimizing the maximum risk over edges and vertices in T and the other aims at minimizing the sum of risks over edges and vertices in T.We propose strongly polynomial-time algorithms solving these problems on series-parallel graphs to optimality.Our study shows that the risk models proposed have advantages over the existing robust optimization model,which often yields NP-hard problems even if the original optimization problems are polynomial-time solvable. 展开更多
关键词 uncertainty modeling prize collecting steiner tree interval data series-parallel graphs polynomial-time solvability
原文传递
A Practical Algorithm for the Minimum RectilinearSteiner Tree
13
作者 马军 杨波 马绍汉 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第1期96-99,共4页
An O(n2) time approximation algorithm for the minimum rectilinear Steiner tree is proposed. The approximation ratio of the algorithm is strictlyless than 1.5. The computing performances show the costs of the spanning ... An O(n2) time approximation algorithm for the minimum rectilinear Steiner tree is proposed. The approximation ratio of the algorithm is strictlyless than 1.5. The computing performances show the costs of the spanning treesproduced by the algorithm are only 0.8% away from the optimal ones. 展开更多
关键词 steiner tree complexity theory combination optimization
原文传递
TRANSFORMATIONS FOR THE PRIZE-COLLECTING STEINER TREE PROBLEM AND THE MAXIMUM-WEIGHT CONNECTED SUBGRAPH PROBLEM TO SAP
14
作者 Daniel Rehfeldt Thorsten Koch 《Journal of Computational Mathematics》 SCIE CSCD 2018年第3期459-468,共10页
Transformations of Steiner tree problem variants have been frequently discussed in the literature. Besides allowing to easily transfer complexity results, they constitute a central pillar of exact state-of-the-art sol... Transformations of Steiner tree problem variants have been frequently discussed in the literature. Besides allowing to easily transfer complexity results, they constitute a central pillar of exact state-of-the-art solvers for well-known variants such as the Steiner tree problem in graphs. In this article transformations for both the prize-collecting Steiner tree problem and the maximum-weight connected subgraph problem to the Steiner arborescence problem are introduced for the first time. Furthermore, the considerable implications for practical solving approaches will be demonstrated, including the computation of strong upper and lower bounds. 展开更多
关键词 Prize-collecting steiner tree problem Maximum-weight connected subgraphproblem Graph transformations Dual-ascent heuristics.
原文传递
“Steiner trees” between cell walls of sisal 被引量:2
15
作者 LI GuanShi YIN YaJun +1 位作者 LI Yan ZHONG Zheng 《Chinese Science Bulletin》 SCIE EI CAS 2009年第18期3220-3224,共5页
Through careful analysis on the cross-section of sisal fibers, it is found that the middle lamellae between the cell walls have clear geometric characteristics: between the cell walls of three neighboring cells, the m... Through careful analysis on the cross-section of sisal fibers, it is found that the middle lamellae between the cell walls have clear geometric characteristics: between the cell walls of three neighboring cells, the middle lamellae form a three-way junction with 120° symmetry. If the neighboring three-way junctions are connected, a network of Steiner tree with angular symmetry and topological invariability is formed. If more and more Steiner trees are connected, a network of Steiner rings is generated. In another word, idealized cell walls and the middle lamellae are dominated by the Steiner geometry. This geometry not only depicts the geometric symmetry, the topological invariability and minimal property of the middle lamellae, but also controls the mechanics of sisal fibers. 展开更多
关键词 剑麻纤维 细胞壁 几何对称性 拓扑不变性 几何特征 网络生成 片层 理想化
原文传递
Algorithms for degree-constrained Euclidean Steiner minimal tree 被引量:1
16
作者 Zhang Jin Ma Liang Zhang Liantang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第4期735-741,共7页
A new problem of degree-constrained Euclidean Steiner minimal tree is discussed, which is quite useful in several fields. Although it is slightly different from the traditional degree-constrained minimal spanning tree... A new problem of degree-constrained Euclidean Steiner minimal tree is discussed, which is quite useful in several fields. Although it is slightly different from the traditional degree-constrained minimal spanning tree, it is also NP-hard. Two intelligent algorithms are proposed in an attempt to solve this difficult problem. Series of numerical examples are tested, which demonstrate that the algorithms also work well in practice. 展开更多
关键词 DEGREE-CONSTRAINED Euclidean steiner minimal tree simulated annealing ant algorithm
下载PDF
STEINER MINIMAL TREES FOR ZIGZAG LINES WITH LADDERS 被引量:1
17
作者 He Yong Yang QifanDept.ofMath.,ZhejiangUniv.,Hangzhou310027 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2001年第2期178-184,共7页
In this paper,Steiner minimal trees for point sets with special structure are studied. These sets consist of zigzag lines and equidistant points lying on them.
关键词 steiner minimal tree special solvable case.
下载PDF
欧氏Steiner最小树问题的智能优化算法 被引量:17
18
作者 金慧敏 马良 王周缅 《计算机工程》 EI CAS CSCD 北大核心 2006年第10期201-203,共3页
欧氏平面内连接固定原点的最小树长问题,即欧氏Steiner最小树问题,为组合优化中的NP难题,因此合理的方法是寻找启发式算法。该文给出了两种智能优化算法——模拟退火法和蚂蚁算法。首先概述智能优化算法并将平面划分成网格,然后分别介... 欧氏平面内连接固定原点的最小树长问题,即欧氏Steiner最小树问题,为组合优化中的NP难题,因此合理的方法是寻找启发式算法。该文给出了两种智能优化算法——模拟退火法和蚂蚁算法。首先概述智能优化算法并将平面划分成网格,然后分别介绍两种算法的原理及实现过程,最后通过一系列计算实验,测试了算法的运行性能,获得了较好的效果。 展开更多
关键词 steiner 模拟退火算法 蚂蚁算法
下载PDF
基于Steiner树的层次型无线传感器网络安全组播协议 被引量:10
19
作者 范容 潘雪增 +1 位作者 傅建庆 平玲娣 《传感技术学报》 CAS CSCD 北大核心 2011年第4期601-608,共8页
在基于查询的无线传感器网络中,组播技术的应用可大幅减少传感器节点的能量消耗,延长节点寿命。针对大型无线传感器网络组播协议性能不高,且易遭受攻击等问题,提出了基于Steiner树的层次型无线传感器网络安全组播协议。该协议主要运用St... 在基于查询的无线传感器网络中,组播技术的应用可大幅减少传感器节点的能量消耗,延长节点寿命。针对大型无线传感器网络组播协议性能不高,且易遭受攻击等问题,提出了基于Steiner树的层次型无线传感器网络安全组播协议。该协议主要运用Steiner树与分簇网络的思想,将Steiner树的高效性与簇的高扩展性相结合,提高了无线传感器网络组播效率,均衡了网络能量消耗,延长了网络生命周期,并在此基础上加入安全通信机制,以抵御各种网络攻击并确保组播数据的安全性、完整性与可验证性。最后通过理论证明及模拟实验表明本协议适用于大规模无线传感器网络,具有较低能耗及较高安全性。 展开更多
关键词 无线传感器网络 steiner 安全组播
下载PDF
一种改进的Steiner树启发式算法 被引量:16
20
作者 余燕平 仇佩亮 《通信学报》 EI CSCD 北大核心 2002年第11期35-40,共6页
最小Steiner树问题是NP完全问题,关于Steiner问题的启发式算法的研究具有重要理论和实际意义。本文在 MPH算法的基础上,对于经过某些关键节点的短路径优先考虑,提出了KBMPH算法,从而实现更多链路的共享。在随机网络上的仿真结果表明,极... 最小Steiner树问题是NP完全问题,关于Steiner问题的启发式算法的研究具有重要理论和实际意义。本文在 MPH算法的基础上,对于经过某些关键节点的短路径优先考虑,提出了KBMPH算法,从而实现更多链路的共享。在随机网络上的仿真结果表明,极大多数情况下,在准Steiner树的网络费用上KBMPH算法优于MPH算法,KBMPH算法的复杂度为)(3nO。 展开更多
关键词 steiner 启发式算法 多播路由算法 MPH算法 NP完全问题 多播树 通信网络
下载PDF
上一页 1 2 14 下一页 到第
使用帮助 返回顶部