Assembly Line Balancing Problem
Budget : $$
Deadline: 5 Feb 2015
It is an algorithm for assembly line balancing problem, Tasks are to be assigned to stations. each mated station contains either left or right station. in each right or left station there are two worker.
I have set of tasks i want to assign them to station in way that minimize number of stations under some condition that the station time doesn't exceed cycle time and all its predecessors (tasks it depends on ) must have been assigned. I have developed code to successfully create possible sequences.
The output is the number of station the total number of workers in all stations the total idle time the possible sequence give this solution and in each station which worker take which tasks.
I've signed NDA with the client, so i'll not include any further details about the project.
No comments:
Post a Comment