-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Labels
Milestone
Description
Hi,
I would need to use vroom to optimize several vehicles which have to do some jobs, but I already know that some given vehicules have to do some given jobs. These ones are 'already' planned and I need vroom to only complete the planning.
For example you have to visit different cities but you know that you have to go to city X, and this is non-negociable.
How to force this? I tried priority but this is not enough, even with priority 0 on all jobs and 10 on mandatory job.
Thanks
Ps:
I am in a situation where I have a lot of jobs and a restricted time window so I know that there will be a lot of unassigned jobs. I just don't want one of my mandatory job to be unassigned.
stefanocudini