Hi,
I am trying to solve routing problems with network distance (not euclidian) and constraints such as Time Window and Capacity.
There are some papers around TSP and VRP but they do not implement those requirements (here are links to the paper “Attention, Learn To Solve Routing Problems” and its code in GitHub).
Can DGL support such settings easily?
If yes, what are the requirements?
Thanks!