文件名称:ShortestPaths
介绍说明--下载内容均来自于网络,请自行研究使用
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ShortestPaths