gkalmoukis / employee-scheduling
A REST API that creates work shifts for employess. Build with Bottle.py and Google OR-Tools.
☆19Updated 3 years ago
Alternatives and similar repositories for employee-scheduling
Users that are interested in employee-scheduling are comparing it to the libraries listed below
Sorting:
- Modelling and Solving Employee Shift Scheduling (Including Nurse Rostering) Problems Using Constraint Programming (Combination of Artific…☆38Updated last month
- A Constraint Programming solver for the Nurse Scheduling Problem, with personal shift preferences.☆13Updated 3 years ago
- Employee scheduling web app☆23Updated 2 years ago
- Using Google Operation Research Tools (Ortools) to solve complex scheduling problems (General optimization problems).☆39Updated 4 years ago
- Improve Warehouse Productivity using Order Batching☆115Updated 3 months ago
- SanELmoumni / Scheduling-problem-in-operational-research-Dynamic-programming-Metaheuristic-VNS-solutions.In this project, I implemented with Python the solutions of the scheduling problem using different methods, the metaheuristic : genetic a…☆19Updated 3 years ago
- Simple framework for modeling optimization problems in Python☆58Updated 3 years ago
- Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solver written in Python.☆97Updated last year
- Modelling and solving a special case of the workforce scheduling problem using Python MIP and the COIN-OR CBC solver.☆13Updated 5 years ago
- web app for 3d bin packing and loading optimization☆50Updated 10 months ago
- Solving an item production scheduling problem with the help of mathematical optimization☆54Updated 8 years ago
- Build a virtual insurance assistant to help process claims☆11Updated last week
- Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times☆92Updated 4 years ago
- Give dropshippers more helpful product information detail of Ali Express☆15Updated 3 years ago
- Determine a schedule for running a set of jobs.☆46Updated 5 months ago
- This library provides a comprehensive suite of algorithms to solve the Travelling Salesman Problem (TSP), ranging from Exact Algorithms, …