Page cover

timeline-arrowUnit two: Let´s Talk about Logistics in Engineering!

Drawing
logistics ADN

Content Description

This space is an invaluable resource for those seeking to understand and apply technical concepts within the domain of logistics and mathematical models. At both basic and advanced levels, crucial tools are explored to address and solve problems that arise in various engineering disciplines. This material not only provides essential information but also highlights the technical application of logistics in engineering contexts.

Furthermore, this compendium serves as a collection of lecture notes accumulated from teaching experience, including practical examples, detailed theory, and case studies that reflect real-world applications. Therefore, it represents a practical guide for both students and professionals seeking to deepen their understanding and enhance their skills in the field of applied logistics and the development of mathematical models in engineering.


The Symbiotic Relationship Between Industrial Engineering, Logistics, and Computational Tools

Welcome to this exploration of modern logistics through the lens of industrial engineering. In the contemporary globalized economy, logistics and supply chain management have evolved from operational functions into strategic cornerstones for organizational success. For the industrial engineer, whose primary objective is the optimization of complex systems, processes, and organizations, logistics represents a quintessential domain for applying core principles of efficiency, quality control, and systemic improvement.

Industrial engineering provides the theoretical framework to deconstruct and analyze supply chains, viewing them as integrated systems of resources, information, and capital. The discipline's focus is on minimizing waste, reducing variability, and enhancing throughput. However, the inherent complexity and stochastic nature of modern supply chains—characterized by demand uncertainty, lead-time variability, and the risk of disruptions—present significant analytical challenges. Traditional analytical methods, while foundational, often fall short of capturing the dynamic, interconnected behavior of these systems.

This is where the modern toolkit of simulation and programming becomes indispensable.

1. Simulation as a Virtual Laboratory: Simulation offers a powerful paradigm for logistics analysis, acting as a risk-free virtual environment to model, experiment with, and validate system designs. Industrial engineers can construct detailed digital replicas of supply chain components, such as warehouses, transportation networks, and manufacturing facilities. Within these models, it is possible to:

  • Test the resilience of different inventory policies (e.g., Just-in-Time vs. Safety Stock).

  • Evaluate the efficiency of facility layouts and material handling systems.

  • Analyze the impact of routing decisions and transportation modes on cost and delivery times.

  • Conduct "what-if" analyses to prepare for potential disruptions, such as supplier failures or sudden demand spikes.

Simulation allows for the observation of emergent system behaviors over time, providing insights that are often impossible to derive from static mathematical models alone.

why do we use python?

Python as a Catalyst for Optimization and Analysis: Python has emerged as the de facto programming language for scientific computing and data science, offering an unparalleled ecosystem for the industrial engineer. Its utility in logistics is multifaceted, enabling the translation of theoretical models into practical, executable solutions. Key applications include:

  • Mathematical Modeling: The ability to translate theoretical optimization models—such as the Vehicle Routing Problem (VRP) or the Facility Location Problem—into algebraic form and solve them using powerful libraries like PuLP, Pyomo, or Gurobipy. This allows for the determination of optimal strategies based on defined constraints and objectives.

  • Custom Simulation: For scenarios requiring unique logic not available in off-the-shelf software, Python libraries like SimPy allow for the development of highly customized discrete-event simulations, giving the engineer complete control over the model's parameters and logic.

  • Data Analytics and Forecasting: Logistics is intrinsically data-driven. Using pandas, NumPy, and scikit-learn, an engineer can analyze historical data to forecast future demand, identify trends, and segment customers, thereby informing strategic and tactical decisions.

  • Visualization and Reporting: Libraries such as Matplotlib and Seaborn are crucial for interpreting the results of both simulation and optimization, enabling the creation of clear, insightful visualizations that communicate complex findings to stakeholders.

Última actualización

¿Te fue útil?