or-tools vrp mutually exclusive disjunction sets?
I am using or-tools vrp framework, and I am trying to create mutually exclusive paths.
Suppose I have 7 different locations [0,1,2,3,4,5,6]. I would like to make my vrp either visit [0,1,2,6] or [3,4,5,6] (in whatever order it deems optimal)