I need to find all positive paths in a graph, but the shortest path algorithm only finds 1 best path. So I have to update the matrix and solve the model again. Is there any way to display all paths when path value is greater than 0.
I will also mention that I use docplex to solve my problem and it works well. But when I have to loop my matrix updation and solve it again and again with 2000 different variables it took about 10min to find all the ways. And it is really long.