Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 389 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 389 Bytes

Simple Assembly Line Balancing Problem Type 2

Meta-heuristics implemented to solve the problem of simple assembly line balancing, where it refers to the assignment of tasks with predefined processing times to workstations that are arranged in a row, respecting the constraints of precedence between the tasks . In order to minimize the cycle time for a fixed number of workstations.