Relative time windows?

Hello everyone,

I’m trying to use the route optimization engine to solve a special traveling salesman problem. Actually, I want to optimize the path to mount cameras in different places, and then demount them after a determined time of recording.

The problem are the time windows: how can I model the fact that a camera have to be demounted somewhere after n hours of recording? It would need relative time windows for the demounting time, defined relatively to the time a camera was mounted, but I doubt such a thing is possible on JSprit. Any help or advice is welcome!

Thank you in advance!

Unfortunatelly this is not possible. TimeWindow is hardwired to JSprit assignment algorithm and I didn’t find a way how to override its behaviour.