matsim-maas icon indicating copy to clipboard operation
matsim-maas copied to clipboard

Is DVRP executed in synchronous way with the simulation?

Open abdelkader4004 opened this issue 1 year ago • 3 comments

Hi

I am beginning with the DVRP extension, and i want to know whether the methods of VrpOptimizer like requestSunmitted are executed synchronously with the simulation i.e. the simulation is stopped when these methods are called.

I appreciate any help and thanks a lot.

abdelkader4004 avatar Jan 03 '24 15:01 abdelkader4004

Yes, that's the case.

michalmac avatar Jan 03 '24 16:01 michalmac

Thanks for the response, Another question please, Can DVRP methods work at anytime of the day? or only each time step?

abdelkader4004 avatar Jan 03 '24 19:01 abdelkader4004

They have a possibility to run every time step, but it is possible to skip some steps and re-optimise every N time steps.

michalmac avatar Jan 03 '24 19:01 michalmac