Let S be the set of all possible s-t shortest paths in a directed graph. A path s in S is said to be maximal if it is not a subpath of another path in S. Let M be the set of all maximal paths in S.  

Does anyone know how to efficiently sample paths from  M. Ideally, I would like the probability of sampling the longer paths in M to be higher. 

Similar questions and discussions