Skip to content

TSP with bidirectional tunnels #2405

Discussion options

You must be logged in to vote
  1. Why not using only one node for entry/exit, and an other node for the other direction (i.e. where you swap entry and exit) duplicate this node several time.
  • make them optional i.e. part of a disjunction
  • you can compute the travel distance from tunnel to any point, as the sum of tunnel travel time + travel time from exit to next location.
  1. for allowing only one traversal, i would use a count dimension (+1 for any tunnel node, 0 for other) and limit of 1 as vehicle capacity

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@donthomasitos
Comment options

Answer selected by donthomasitos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants