nurse-scheduling icon indicating copy to clipboard operation
nurse-scheduling copied to clipboard

A demo of a nurse scheduling model

Results 4 nurse-scheduling issues
Sort by recently updated
recently updated
newest added

Added function workforce(day) to get workforce requirement for each day . Please review.

I refer to both the hard shift and soft nurse constraint. In doing my algebra, I wasn't able to reproduce the exact equation found in the documentations for both constraints....

Hi, When I run python nurse_scheduling.py, following error occurred: Traceback (most recent call last): File "nurse_scheduling.py", line 166, in sampler = LeapHybridSampler() File "/Users/jinzhe/opt/anaconda3/lib/python3.8/site-packages/dwave/system/samplers/leap_hybrid_sampler.py", line 97, in __init__ self.client =...