最小费用布线
The Minimum Cost Router
-
摘要: 本文提出最小费用布线,此是李氏算法的一种改进算法.定义了费用函数,在格同图G上已给两点s和t,按照最小费用,找s和t之间的最小费用连线.此比用李氏算法找线快,便于控制走线.最小费用布线法已经用FORTRAN语言编写程序,在M68000计算机上进行了试算.Abstract: This paper describes the minimum cost router,which is the improved Lee's algorithm.We define the cost function.Point s and point t are giyen in the grid graph G.We want to find a minimum cost path between s and t.It takes less time to find the path by the minimum cost router than by Lee's algorithm.It is convenient to control routing.The minimum cost router is coded in FORTRAN and implemented on M 68000 computer.
下载: