Hello guys,
I’m working on a vehicle routing problem. I was able to code the model somehow and got a result. But the results are undesirable sub-tours. I want to add sub-tour elimination constraints. An example is available below:
I have 15 stops and that means I add this constraint for 2**15 subsets. How can I generate sets of subtours and process this equation for each sub-set. Can you help me?