modules.applications.optimization.salbp.salbp
Functions
|
Convert a list of preceding task IDs into a list of preceding tasks. |
|
Read data from a file and create an SALBP-1 instance. |
|
Find the positions of the keywords in the list. |
|
Return if a station in the given task_assignment is overloaded wrt the given cycle time. |
|
Return if each task is assigned to exactly one station. |
|
Parse the available cycle time for one station. |
|
Parse the number n of tasks in this problem. |
|
Parse the order strength of the precedence graph. |
|
The precedence relations define constraints on the order in which tasks are performed. |
|
Parse a task and its time requirement. |
|
Read scenario files in .alb format. |
|
Return if the given task_assignment respects the given precedences. |
|
Create an SALBP-1 instance given a list of tasks and their precedence relations. |
|
Group the list into keywords and their corresponding values. |
Classes
|
The Simple Assembly Line Balancing Problem (SALBP) is a special bin packing problem with precedence relations among the items. |
|
An instance of the Simple Assembly Line Balancing Problem, version 1 (SALBP-1). |
|
A Task for an Assembly Line Balancing Problem. |