timnon / pyschedule

pyschedule - resource scheduling in python
Apache License 2.0
295 stars 61 forks source link

Is this kind of problem solvable? #19

Closed RickCogley closed 7 years ago

RickCogley commented 7 years ago

Hello - forgive the newbie question but, I wonder, is it possible to use your module for this kind of problem? :

I have:

I would like to solve this and get a list of suggested dates to schedule, that don't have any conflicts.

Just trying to wrap my head around how this would be done using your module @timnon. Appreciate any guidance you can provide.

Sincerely, Rick

timnon commented 7 years ago

Sorry for the late reply. That is a perfect application of pyschedule, check the example: https://github.com/timnon/pyschedule-notebooks/blob/master/employee-scheduling.ipynb

The only limitation is the size of the problem, if you have hundreds of doctors, solving the problem might become hardm