工业工程英文文献及外文翻译_第1页
工业工程英文文献及外文翻译_第2页
工业工程英文文献及外文翻译_第3页
工业工程英文文献及外文翻译_第4页
工业工程英文文献及外文翻译_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、附录附录1:英文文献Line Balancing in the Real WorldAbstract: Line Balancing (LB) is a classic, well-researched Operations Research (OR) optimization problem of significant industrial importance. It is one of those problems where domain expertise does not help very much: whatever the number of years spent sol

2、ving it, one is each time facing an intractable problem with an astronomic number of possible solutions and no real guidance on how to solve it in the best way, unless one postulates that the old way is the best way .Here we explain an apparent paradox: although many algorithms have been proposed in

3、 the past, and despite the problem ' practical importance, just one commercially available LB software currently appears to be available for application in industries such as automotive. We speculate that this may be due to a misalignment between the academic LB problem addressed by OR, and the

4、actual problem faced by the industry.Keyword: Line Balancing, Assembly lines, OptimizationLine Balancing in the Real WorldEmanuel FalkenauerOptimal DesignAv. Jeanne 19A bote2, B-1050 Brussels, Belgium +32 (0)2 646 101 IntroductionAssembly Line Balancing, or simply Line Balancing (LB), is the problem

5、 of assigning operations to workstations along an assembly line, in such a way that the assignment be optimal in some sense. Ever since Henry Ford ' introduction of assembly lines, LB has been an optimization problem of significant industrial importance: the efficiency difference between an opti

6、mal and a sub-optimal assignment can yield economies (or waste) reaching millions of dollars per year.LB is a classic Operations Research (OR) optimization problem, having been tackled by OR over several decades. Many algorithms have been proposed for the problem. Yet despite the practical importanc

7、e of the problem, and the OR efforts that have been made to tackle it, little commercially available software is available to help industry in optimizing their lines. In fact, according to a recent survey by Becker and Scholl (2004), there appear to be currently just two commercially available packa

8、gesfeaturing both a state of the art optimization algorithm and a user-friendly interface for data management. Furthermore, one of those packages appears to handle only the “cleanf6rmulation of the problem (Simple Assembly Line Balancing Problem, or SALBP),which leaves only one package available for

9、 industries such as automotive. This situation appears to be paradoxical, or at least unexpected: given the huge economies LB can generate, one would expect several software packages vying to grab a part of those economies.It appears that the gap between the available OR results and their disseminat

10、ion in Today" isdustry, is probably due to a misalignment between the academic LB problem addressed by most of the OR approaches, and the actual problem being faced by the industry. LB is a difficult optimization problem even its simplest forms are NP-hard - see Garry and Johnson, 1979), so the

11、 approach taken by OR has typically been to simplify it, in order to bring it to a level of complexity amenable to OR tools. While this is a perfectly valid approach in general, in the particular case of LB it led some definitions of the problem hat ignore many aspects of the real-world problem.Unfo

12、rtunately, many of the aspects that have been left out in the OR approach are in fact crucial to industries such as automotive, in the sense that any solution ignoring (violating) those aspects becomes unusable in the industry.In the sequel, we first briefly recall classic OR definitions of LB, and

13、then review how the actual line balancing problem faced by the industry differs from them, andwhy a solution to the classic OR problem maybe unusable in some industries.2 OR Definitions of LBThe classic OR definition of the line balancing problem, dubbed SALBP(Simple Assembly Line Balancing Problem)

14、 by Becker and Scholl (2004), goes as follows. Given a set of tasks of various durations, a set of precedence constraints among the tasks, and a set of workstations, assign each task to exactly one workstation in such a way that no precedence constraint is violated and the assignment is optimal. The

15、 optimality criterion gives rise to two variants of the problem: either a cycle time is given that cannot be exceeded by the sum of durations of all tasks assigned to any workstation and the number of workstations is to be minimized, or the number of workstations is fixed and the line cycle time, eq

16、ual to the largest sum of durations of task assigned to a workstation, is to be minimized.Although the SALBPonly takes into account two constraints (the precedence constraints plus the cycle time, or the precedence constraints plus the number of workstations), it is by far the variant of line balanc

17、ing that has been the most researched. We have contributed to that effort in Falkenauer and Delchambre (1992), where we proposed a Grouping Genetic Algorithm approach that achieved some of the best performance in the field. The Grouping Genetic Algorithm technique itself was presented in detail in F

18、alkenauer (1998).However well researched, the SALBPis hardly applicable in industry, as we will see shortly. The fact has not escaped the attention of the OR researches, and Becker and Scholl (2004) define many extensions to SALBP, yielding a common denomination GALBP(Generalized Assembly Line Balan

19、cing Problem). Each of the extensions reported in their authoritative survey aims to handle an additional difficulty present in real-world line balancing. We have tackled one of those aspects in Falkenauer (1997), also by applying the Grouping Genetic Algorithm.The major problem with most of the app

20、roaches reported by Becker and Scholl (2004) is that they generalize the simple SALBP in just one or two directions. The real world line balancing, as faced in particular by the automotive industry, requires tackling many of those generalizations simultaneously.3 What Differs in the Real WorldAlthou

21、gh even the simple SALBPis NP-hard, it is far from capturing the true complexity of the problem in its real-world incarnations. On the other hand, small instances of the problem, even though they are difficult to solve to optimality, are a tricky target for line balancing software, because small ins

22、tances of the problem can be solved closet optimality by hand. That is however not the case in the automotive and related industries (Bus, truck, aircraft, heavy machinery, etc.), since those industries routinely feature Assembly lines with dozens or hundreds of workstations, and hundreds or thousan

23、ds of Operations. Those industries are therefore the prime targets for line balancing software.Unfortunately, those same industries also need to take into account many of the GALBP extensions at the same time, which may explain why, despite the impressive OR Work done on line balancing; only one com

24、mercially available software seems tube currently available for those industries.We identify below some of the additional difficulties (with respect to SALBP) that must be tackled in a line balancing tool, in order to be applicable in those industries.Do Not Balance but Re-balanceMany of the OR appr

25、oaches implicitly assume that the problem to be solved involves a new, yet-to-be-built assembly line, possibly housed in a new, yet-to-be-built factory. To our opinion, this is the gravest oversimplification of the classic OR approach, for in practice, this is hardly ever the case. The vast majority

26、 of real-world line balancing tasks involve existing lines, housed in existing factories - infect, the target line typically needs tube rebalanced rather than balanced, the need arising from changes in the product or the mix of models being assembled in the line, the assembly technology, the availab

27、le workforce, or the production targets. This has some far-reaching implications, outlined below.Workstations Have IdentitiesAs pointed out above, the vast majority of real-world line balancing tasks involves existing lines housed in existing factories. In practice, this seemingly“uninteobservation

28、has one far-reaching consequence, namely that each workstation in the line does have its own identity. This identity is not due to any “incapacityof abstraction on part of the process engineers, but rather to the fact that the workstations are indeed not identical: each has its own space constraints

29、 . a workstation below a low ceiling cannot elevate the car above the operators' hea(its own heavy equipment that cannot be moved spare huge costs, its own capacity of certain supplies . compressed air), its own restrictions on the operations that can be carried out there . do not place welding

30、operations just beside the painting shop), etc.Cannot Eliminate WorkstationsSince workstations do have their identity (as observed above), it becomes obvious that a real-world LB tool cannot aim at eliminating workstations. Indeed, unless the eliminated workstations were all in the front of the line

31、 or its tail, their elimination would create gaping holes in the line, by virtue of the other workstations ' retaining of their identities, including their geograical positions in the workshop. Also, it softens the case that many workstations that could possibly be eliminated by the algorithm ar

32、e in fact necessary because of zoning constraints.4 ConclusionsThe conclusions inspection 3 stems from our extensive contacts with automotive and related industries, and reflects their true needs. Other“exotic “ constraintsapply in any given real-world assembly line, but line balancing tool for thos

33、e industries must be able to handle at least those aspects of the problem. This is very far from the “clean “ academic SALBP, as well as most GALBP extensions reported byBecker and Scholl (2004). In fact, such a tool must simultaneously solve several-hard problems:Find a feasible defined replacement

34、 for all undefined ( ' ANYfergonomic constraints on workstations, . One compatible with the ergonomic constraints and precedence constraints defined on operations, as well as zoning constraints and possible drifting operationsSolve the within-workstation scheduling problem on all workstations, f

35、or all products being assembled on the lineAssign the operations to workstations to achieve the best average balance, while keeping the peak times at a manageable level. Clearly, the real-world line balancing problem described above is extremely difficult to solve. This is compounded byte size of th

36、e problem encountered in the target industries, which routinely feature assembly lines with dozens or hundreds of workstations with multiple operators, and hundreds or thousands of operations.We ve identified a number of aspects of the line balancing problem that are vital in industries such as auto

37、motive, yet that have been either neglected in the OR work on the problem, or handled separately from each other. According to our experience, a line balancing to applicable in those industries must be able to handle all of them simultaneously. That gives rise to an extremely complex optimization pr

38、oblem.The complexity of the problem, and the need to solve it quickly, may explain why there appears to be just one commercially available software for solving it, namely outline by Optimal Design. More information on Outline, including its rich graphic user interface, is available atReferences1 Bec

39、ker C. and Scholl, A. (2004) 'A survey on problems and methods in generalized assemblyline balancing', European Journal of Operations Research,in press. Available online at Journal article.2 Falkenauer, E. and Delchambre, A. (1992) 'Genetic Algorithm for Bin Packing and Line Balancing

40、9;, Proceedings of the 1992 IEEE International Conference on Robotics and Automation, May10-15, 1992, Nice, France. lEEEComputer Society Press, Los Alamitos, CA. Pp. 1186-1192. Conference proceedings.3 Falkenauer, E. (1997) 'A Grouping Genetic Algorithm for Line Balancing with Resource Dependent

41、 Task Times', Proceedings of the Fourth International Conference on Neural Information Processing (ICONIP ' 97)piversity of Otego, Dunedin, New Zealand, November 24-28, 1997. Pp. 464-468. Conference proceedings.4 Falkenauer, E. (1998) Genetic Algorithms and Grouping Problems, John Wiley&

42、 Sons, Chi Chester, UK. Book.5 Gary. R. and Johnson D. S. (1979) Computers and Intractability - A Guide to the Theory of NP-completeness, Co., San Francisco, USA. Book.附录2:中文文献生产线平衡在现实世界摘要:生产线平衡(LB)是一个经典的,精心研究的显着工业重要性的运筹学(OR优化问题。这是其中一个所在领域的专业知识并没有太大帮助的问题之 一:无论花了多少年解决它,面对每一次棘手的问题与可能的天文数字的解决 方案都并不是关于如

43、何解决这个问题的最好办法,除非你假定老办法是最好的 办法。在这里,我们解释一个明显的悖论:虽然很多算法已经被提出,在过去, 尽管该问题的实际重要性只是一个市场销售的 LB软件。目前似乎可用于工业, 如汽车中的应用。我们推测,这可能是由于在学术LB问题之间的没有通过运筹 学路径和生产业实际面对的问题。关键词:生产线平衡,装配生产线,优化生产线平衡在现实世界伊曼纽尔福肯奈尔优化设计地址:珍妮大道19A, 2道,B-1050布鲁塞尔,比利时+32 (0) 2 646 101引言装配线平衡,或者简称生产线平衡(LB),是一个操作工作站沿着装配线分 配的问题,在这样一种方式,该分配是在某种意义上最优的。

44、自从亨利福特引 进组装生产线,LB已经成为影响工业重要性的最优化问题:在效率不同的最 优和次优分配之间的差异可以产生经济(或浪费)达到数百万美元每年。LB是一个经典的运筹学(OR的优化问题,已通过被运筹学解决达以上几十年。 许多算法已经被提出了去解决这个问题。尽管问题的有实际重要性,并已经取 得了或努力,但很少的商业软件是可以帮助行业优化其生产线。事实上,根据 最近贝克尔和绍尔(2004)的一项调查显示,似乎有目前只有两个市场销售的 软件包有特色,即是最先进的优化算法的状态和数据管理的用户友好的界面。 此外,这些软件包,似乎只处理 干净”的提法的问题(简单装配线平衡问题, 或SALBP,这让只

45、有一个软件包可用于工业,如汽车业。这种情况似乎是自相 矛盾的,或者至少是意想不到的:给定的 LB可以产生的巨大经济,人们能够所 期望的几个软件包争先恐后地抓住这些经济体的一部分。看来,现有的运筹学结果以及它们在传播之间存在差距。当今的工业,很 可能是由于在学术LB问题之间通过运筹学大多数的或接近解决,对于企业所面 对的实际问题。LB是一个困难的优化问题(即使是最简单的形式是 NP-hard的 形式见GAREY和约翰逊,1979),因此采取的运筹学方式通常被用以简化它, 为了把它的复杂性服从运筹学工具的水平。 虽然这一般是一个非常有效的方法, 在LB的特定情况下,它导致了一些这种无视现实世界的问

46、题的许多方面问题的 定义。不幸的是,许多已经离开了运筹学方面,实际在至关重要的行业,如汽 车,在这个意义上,任何解决方案忽略(违反)这些方面在使得在同行业中变得不可用0在下面章节中,我们先简单回顾一下经典运筹学对 LB的定义,然后查看如 何面对行业不同于他们的实际生产线平衡问题,为什么解决经典运筹学问题可 能无法使用在一些行业。2生产线平衡的运筹学定义经典的运筹学定义的生产线平衡问题,被称为SALBP(简单装配线平衡问题)由贝克尔和绍尔(2004)。特定一组不同期限的任务,任务之间的一组优先 约束和一系列工作站,以这样一种方式分配给每个任务只有一个工作站,没有优先约束被违反和分配是最优的。最优

47、标准产生该问题的两种变型:要么一个 周期时间是考虑到不能超过了分配给任何工作站和数量的所有任务持续时间的 总和工作站将被最小化,或工作站的数量是固定的线周期时间,等于任务分配 给工作站的持续时间的总和最大的,是成为组合最小化。虽然SALBP只考虑两个约束条件(任一优先级约束加上循环时间,或优先 约束加的数量工作站),它是迄今为止生产线平衡的变体,已经被研究最多的。 我们在Falkenauer和Delchambre促成了这一努力(1992),在那里我们建议取 得一些最好的一个分组遗传算法的方法性能的领域。该分组遗传算法技术本身已提交详细见Falkenauer (1998)。但是深入研究,SALB

48、PH乎不适用于工业,就像我们将看到不久的时间内。 事实上也没有逃脱运筹学研究,和贝克尔的关注和 绍尔(2004)定义了许多扩 展到SALBP产生了常用的单位GALBP(广义装配线平衡问题)。每个扩展报道 在他们的权威调查旨在处理存在的另一个真实世界的生产线平衡困难。我们已 经通过采用分组遗传算法攻克了在Falkenauer (1997)的方面。与大多数报道贝克尔和舍尔的方法的主要问题(2004)是他们推广了在短短的一个或两个方向简单SALBP现实世界上生产线平衡,作为汽车行业所面临的特别要求进行 这些遗传算法。3在现实世界中有什么不同但即使是简单的SALBP是NP-hard的,它是远离捕捉真实

49、的复杂性在现实世界中的化身的问题。另一方面,即使小的情况下的问题,他们以最优难以解 决一个棘手的目标对于平衡软件来说,因为这个问题的小实例,可以被近似的 仿真。但是情况并非如此,在汽车及相关行业(公共汽车,卡车,飞机,重型 机械等),因为这些行业的常规功能有几十个或上百个工作站,以及数以百计或数以千计的组装线操作。因此,这些行业对生产线平衡软件的首要市场目标。不幸的是,同样是这些行业也需要考虑到很多 GALBPT展的同时这也可以 解释为什么尽管有令人印象深刻的运筹平衡所做的工作中,只有似乎一个市场 销售的软件是目前可用于这些行业。我们找出下面的一些额外的困难 (相对于SALBP,该必须解决在生产线平衡的工具,以适用于这些行业。不均衡,但再平衡许多运筹学办法隐含假定要解决的问题涉及一个新的,但将要建的装配生 产线,或者有可能

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论