Back to AI Research

AI Research

Solving the Aircraft Disassembly Scheduling Problem | AI Research

Key Takeaways

  • Solving the Aircraft Disassembly Scheduling Problem addresses the logistical challenge of dismantling end-of-life aircraft efficiently.
  • Dismantling aircrafts reaching their end of life is a complex endeavour that is necessary in terms of sustainability but yields small income margins for air transport companies.
  • An efficient scheduling of the disassembly procedure is thus crucial to ensure the profitability of the process and incentivize practice.
  • This is a large scheduling problem that involves thousands of tasks and many different constraints: Extracting parts that are destined to be reused requires technicians with specific certifications and equipment.
  • Extraction operations might be subject to precedence relations.
Paper AbstractExpand

Dismantling aircrafts reaching their end of life is a complex endeavour that is necessary in terms of sustainability but yields small income margins for air transport companies. An efficient scheduling of the disassembly procedure is thus crucial to ensure the profitability of the process and incentivize practice. This is a large scheduling problem that involves thousands of tasks and many different constraints: Extracting parts that are destined to be reused requires technicians with specific certifications and equipment. Extraction operations might be subject to precedence relations. Furthermore, the aircraft must be kept balanced during the whole process. Finally, some of the locations of the aircraft have a limited space that caps the number of technicians able to work there concurrently. This article presents the problem in details and proposes two approaches to solve the problem: a Constraint Programming model and a MIP model. The models are tested on instances of varying sizes involving up to 1450 tasks, which are based on real operational data provided by an industrial partner.

Solving the Aircraft Disassembly Scheduling Problem addresses the logistical challenge of dismantling end-of-life aircraft efficiently. As the aviation industry grows, so does the number of retired planes. While recycling these aircraft is environmentally necessary, it often yields thin profit margins. This research focuses on optimizing the disassembly process—specifically the removal of parts and materials—to reduce the time required to complete the work, thereby improving economic viability.

The Complexity of Disassembly

Dismantling an aircraft is a massive scheduling task involving up to 1,500 individual operations. These tasks are not straightforward; they are governed by a complex web of requirements. Technicians must possess specific certifications to handle valuable parts, and certain tasks must be performed in a strict sequence. Furthermore, the physical environment is constrained: some areas of the aircraft have limited space, restricting how many technicians can work simultaneously. Finally, the aircraft must remain balanced throughout the process to ensure safety, meaning the order of mass removal is strictly regulated.

Modeling the Solution

To solve this, the authors propose two mathematical approaches: a Constraint Programming (CP) model and a Mixed Integer Programming (MIP) model. These models are designed to handle the unique constraints of the problem, such as technician availability, skill requirements, and the physical balance of the aircraft. By treating the disassembly as a resource-constrained project scheduling problem, the models aim to minimize the "makespan," or the total time elapsed from the start of the first task to the completion of the last.

Testing with Real-World Data

The researchers tested their models using operational data from a Boeing B737, provided by an industrial partner. By running simulations on instances involving up to 1,450 tasks, the team evaluated how different constraints—such as spatial limitations and mass-balance requirements—impact the overall schedule. This approach allows companies to better plan their labor and resource allocation, turning a complex, manual-heavy process into a more predictable and profitable operation.

Key Considerations

The research highlights that while many scheduling problems exist in manufacturing, aircraft disassembly is unique because it requires the simultaneous management of skills, physical space, and structural balance. Unlike standard assembly line problems, the disassembly process is highly sensitive to the order in which parts are removed. The study provides a robust framework for handling these variables, offering a practical tool for the growing aircraft recycling market as it prepares for an expected increase in retired aircraft over the coming decade.

Comments (0)

No comments yet

Be the first to share your thoughts!