Shortest path in a directed graph with incorporating global path weight

158 views Asked by At

Consider a directed edge-weighted graph G = (V,E), with edge-weights in modeling the local relationship between two nodes.

I want to find a shortest path in that graph with additional global constraints on the paths, for example formulated in a global path weight. for example a node in path needs to be evaluated with respect to the complete path's history.

Is there an (efficient) algorithm for finding such a path, at best the globally optimal one?

0

There are 0 answers