3

I have a weighted directed graph where there are no cycles, and I wish to define the constraints so that I can solve a maximization of the weights of a path with linear programming. However, I can't wrap my head around how to do that.

For this I wish to use the LPSolve tool. I thought about making an adjacency matrix, but I don't know how I could make that work with LPSolve.

How can I define the possible paths from each node using constraints and make it generic enough that it would be simple to adapt to other graphs?

4

1 に答える 1