Time base route optimization

Hello,

I need to implement time base route optimization.
ex. if technician has 10 jobs with visiting time. now, start from starting point if some location is far away but it’s visiting time earlier than near by job location, then far away location should be visited first and then near by. same like other locations. so, start from starting point whichever job location time is earlier than other should be visited first and that way route map should be display.

Thanks.

Have you seen this blog entry? It describes time dependent route optimization.

Thanks for the response.

My req. is quite diff. than this. I have already gone through this link. in this many drivers are travelling parallel. also, they can start travelling any time. but req. is to travel first whatever time is earlier than others.

do you have any idea for that?