Assembly-Production Lines and Downstream Logistics, independent problems?
Considerations about the problems of Task Sequencing (Scheduling) and Vehicle Routing (Routing), especially in scenarios of continuous production of goods that must be subsequently delivered to customers, surely with very strict time windows.
Optimizing the use of Pandas
One of the most common problems that we find when working with datasets is the time that the Pandas library can take to load the data.
How can a digital twin of a business process help me?
How can a digital twin of a business process help me? Introduction In a previous post we have introduced the main concepts of a digital twin, and one of the ones that appeared was that of being linked to a real physical object. Therefore, the first question that arises is, can the concept of digital […]
Vehicle Route Optimization. Origins and variants
The Travelling Salesman Problem (TSP) answers the following question: given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and at the end returns to the city of origin?
Bio-inspired optimization algorithms
Bio-inspired optimization algorithms are those methods that are generally inspired by physical principles, evolution theory and certain behaviors of living beings to efficiently solve optimization problems in very diverse application areas.
What is a digital twin?
A digital twin is nothing more than a simulation of a real object, which allows us to know its state, interact with it, and ultimately simulate its real behavior. A close example would be that of a commercial aircraft flight simulator.