Quote:
Originally Posted by IanWright
It can do yes, but on the flip side it can save massively the amount of time you spend processing... Maybe you're right and I'll take a look at doing it without and see if the algorithm I'm using can handle it.
About the additional processing: all true but dividing your problem up in several
single depot problems might, mathematically speaking generate deep 'cuts' in
your problem space and exclude (near) optimal solutions because they were
cut away from your problem space.
I once solved this 'multi depot capacitated vehicle routing with time slots problem'
once for an animal fodder production and transportation facility; before they did
it as you suggested. Regularly they found they had the fodder at one of their
factories, they had empty trucks, large enough, waiting at the gate, but the
order bill wanted the order to be handled by another outlet that used to be totally
empty at that time. Effectively spreading those orders over several outlets
really pays back although it is a terrible problem to solve even half decently ;-)
kind regards,
Jos