You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using your library to solve a shift scheduling problem. I have a few resources who work in shifts. During each shift, each resource will complete a numbers of tasks. However, I can't seem to set the problem so that if the length of the task is longer than the time remaining on the shift then the resource shouldn't start it. Right now, the bound on the resource only account for the start time.
Would you able to help me on how I could simulate the following scenarios:
The resources will only perform tasks within their shift. If the length of the task is longer than the remaining time on the shift, then the resource wouldn't pick it up
The resources will perform tasks longer than their shift but there will be a cost associate.
The text was updated successfully, but these errors were encountered:
To address question 1. it seems that using "Restricting Periods" or "Bounds" features explained in the README.md should do this. Probably the former feature, if I understand your problem correctly. Does this this solve 1.) for you? If not could you, create a minimal working example so there is concrete example of the issue?
Hi, I'm using your library to solve a shift scheduling problem. I have a few resources who work in shifts. During each shift, each resource will complete a numbers of tasks. However, I can't seem to set the problem so that if the length of the task is longer than the time remaining on the shift then the resource shouldn't start it. Right now, the bound on the resource only account for the start time.
Would you able to help me on how I could simulate the following scenarios:
The text was updated successfully, but these errors were encountered: