Find path between two nodes in graph, according to given criteria - optimization task
问题 I have the following problem. I have cyclic, undirected, weighted graph G=(V,E). I need to find the simple path (without cycles) between two given nodes according to these rules: Finding minimal weight value in edges set of each possible path Select this path, which has maximal min value among selected minimal values from found paths E.g we have graph presented below: We can try to find simple path from node 1 to node 8. There are two possible pathes, listed below: 1 -> 3 -> 5 -> 8, minimal