rodrigo-arenas / pyworkforce

Standard tools for workforce management, queuing, scheduling, rostering and optimization problems.
https://pyworkforce.readthedocs.io
MIT License
73 stars 19 forks source link

MinAbsDifference, MinRequiredResources not working #47

Closed sabdulla-ahc closed 6 days ago

sabdulla-ahc commented 2 months ago

I'm unable to utilize the MinAbsDifference OR MinRequiredResources in order to calculate optimized number of call center agents per shift. After setting all the parameters, once I try to run the optimization solver, e.g: difference_solution = difference_scheduler.solve() the kernerl dies and has to be restarted. I've tried various set-ups and as little as 1 day with both MinAbsDifference and MinRequiredResources with 0 successes. It's driving me crazy, am I missing something here?? Please advise.

Screenshot 2024-07-05 102516

kostantinos-soiledis commented 6 days ago

In anaconda enviroment, conda update --all with admin privileges in anaconda prompt solved this for me.

rodrigo-arenas commented 6 days ago

thanks @kostantinos-soiledis I'll put this in the installation guide