-
Dear community, I can model the subproblem as an ESPPRCTW and hopefully use the cspy library for solving the subproblem, at least heuristically. Do you think solving this ESPPRCTW is doable with cspy? I already tried OR Tools but without any success as it seems that the routing solver cannot properly handle negative edge weights. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can do this with the REF callbacks. |
Beta Was this translation helpful? Give feedback.
You can do this with the REF callbacks.
From Python, you can look at the example from the vrpy/subproblem_cspy.py#L13