Problem with shift limits #109
-
Hello together, I'm currently working on a project for my university, and I can't figure out the time limit for shifts. Any help would be appreciated. I tried using "maxDuration" but it won't recognize the limit. Since I'm using an older version (before v1.12.0) I figured I would need to name it "shiftTime". The shift limited is supposed to be 8 hours. But "shiftTime" produces a lot of unassigned jobs, even tho I have enough vehicles. I'm a newbie to GitHub so I couldn't figure out how to upload a json file, so here is just an outtake. If you need the whole file, just let me know how to upload it. { Many thanks in advanced! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, try to drag and drop files on the page as suggested below input field: |
Beta Was this translation helpful? Give feedback.
Somehow I don't see the file..
But, I think I know what might be a problem: you rely on departure time optimization which shifts departure to a later time. However, it is lazy and requires some jobs to be assigned first. Maybe try to adjust start time of the vehicle (at the moment, it is at midnight)