Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matii96/work-assignment
https://github.com/matii96/work-assignment
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matii96/work-assignment
- Owner: Matii96
- License: mit
- Created: 2018-09-15T21:10:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T20:02:58.000Z (over 5 years ago)
- Last Synced: 2024-11-07T07:51:05.787Z (2 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Procedure for assigning tasks to employees for python 3.6 based on Hungarian algorithm. Requires scipy package.# Usage
- Inputs:
- performance_original: [[20.629, 12.252, ...], [17.849, 29.371, ...], ...] performance of each worker with each item
- workers_limits: [465, 180, ...] workers work time limits
- item_demand: [12, 7, ...] how many each item is demanded
- Outputs:
- scheudle: [9, 8, ...] how many each type of item each worker is ordered to prepare
- overworked_time: [459.5, 179.2] work time of each worker
- item_demand: [3, 0, ...] how many items left