Hi all
Is there any way that I can build a model to iterate for different routes based on different combinations of stops?
For example, I have 6 stops A,B,C,D,E and F. The fixed sequencing is F-->A--> .......-->F.
After the first 2 stops, whatever combinations of B,C,D,E are possible before the route ends at F.
I need the list of total distance travelled based on the different combinations. Does anyone knows how I may go about doing it? Thanks!