一开始是一个免责声明:我非常了解CPLEX(和编程),
我必须与任务解决一个简单的汇编线平衡问题,以构建具有不同工作步骤的产品,并具有前身约束。给出了一个周期时间,目标是将不同的任务分配给尽可能少的工作站。
我试图找到一种使用元组的方法,因为代理矩阵会随着复杂性的增加而变得非常混乱。但是我在这里迷路了。
如果有人能给我一个可能的模型的想法,那真是太好了。我找不到可以转变为我的类似问题(尽管我很确定这里已经有东西,但是我不了解它们...)
谢谢!
詹妮克。
A disclaimer in the beginning: I am pretty knew into CPLEX (and programming in general)
I have to solve a Simple Assembly Line Balancing Problem with the task to build a product with different working steps with predecessor constraints, which are given by a graph. A cycle time is given and the goal is to assign the different tasks to as few working stations as possible.
I a trying to find a way to use tuples as agency matrixes can get pretty messy with increasing complexity. But I am pretty lost here.
It would be really nice if someone could provide me an idea of a possible model. I could not find a similar problem that I can transform into mine (even-though I am pretty sure there is something here already, but I don't understand them...)
Thanks in advance!
Jannik.
发布评论
评论(1)
https://www.youtube.com/watch?
和示例
以及CPLEX CPLEX cpoptimizer文档中的许多其他调度模型
Nice video at https://www.youtube.com/watch?v=PoG8tLSa0gE
And examples at https://www.linkedin.com/pulse/solving-simple-assembly-line-balancing-problem-cp-philippe-laborie/
And many other scheduling models in CPLEX CPOptimizer documentation