Dear Google-Group,
in the context of an acedemic project, me and my project team need to implement an Assembly Line Balancing Problem for multiple variants with variant-specific processing times (MALBP) into AIMMS.
The optimization models task is to assign work steps for different variants of a certain product to a given amount of stations within a flow production system. Therefor exist precedence relations of the worksteps and a maximum cycle time which should not be exceeded by the processing times of the worksteps in total. If so, there will be cycle time violations. These cycle time violations are included in the objective function and should be minimized.
The implementation itself is not the problem since all the information about sets, parameters, variables and constraints are given (please find the attachment 'MALBP-var1' and 'MALBP-var2' with its reference: Bock, S., 2000). The implemented model is attached as well ('MALBP.zip').
Afterwards, the model seemed to work but all worksteps will always be assigned to the first station. Because this can not be the correct solution of the problem (this would cause the highest possible cycle time violation in total), there has to be a mistake within the model which we do not see.
I hope that I described the problem sufficiently since this is my first entry to a google group and about an AIMMS problem. Please feel free to give feedback no matter which aspect it concerns and ask questions if there are uncertainties.
Thank you very much in advance,
Marian