Hello together,
does anyone have an idea on how to solve a Chinese postman problem with neo4j?
Actually the problem is I have a starting node(s) and an end node(e). The graph between the start and end node might have cycles. So i would like all shortest path(s) from s to e provided for each path I visit all edges at least once.
regards
Thomas