• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2014, Vol. 36 ›› Issue (11): 2119-2127.

• 论文 • Previous Articles     Next Articles

A novel heuristic edge ordering strategy
and its performance analysis           

PAN Zhusheng,MO Yuchang,ZHONG Farong,LIU Xuan,WU Huan   

  1. (College of Mathematics,Physics and Information Engineering,Zhejiang Normal University,Jinhua 321004,China)
  • Received:2014-06-15 Revised:2014-08-13 Online:2014-11-25 Published:2014-11-25

Abstract:

The computational complexity of the BDD (Binary Decision Diagram) based network reliability method is linear correlated to the size of BDD that heavily depends on the quality of edge ordering.Because it is still NP-hard to find the optimum edge ordering, heuristic ordering methods such as BFS (BreadthFirstSearch) or DFS (DepthFirstSearch) are commonly used in practice.For the edge ordering strategy, boundary set is first used to analyze the characteristics of constructing BDD,and then a high performance edge ordering strategy based on the boundary set is proposed.Several experiments show that the new strategy outperforms the classic methods such as DFS and BFS.The results extend new space for network reliability analysis method using BDD in largescale networks.

Key words: network reliability;binary decision diagram;boundary set;edge ordering.