I bet you did not think about optimization problems in logistics when you first looked at the picture to the left. A picture like this would not be out of place in a gallery of modern art. The picture, however, actually represents a bill of materials structure, which was visualized by a gozinto graph. The structure consists of 5564 nodes and 4074 edges. Each node represents a finished product or a pre-product (raw material not included). Nodes of the same color require the same production resource. The size of a node depends on the share of a resource’s capacity the respective product consumes.
The picture is not a snap-shot, but an aggregation of 52 different pictures. For each week of one year, the utilization of production capacities was mapped in this way and finally joined together. The goal was not, of course, to put a piece of modern art into a frame, but to identify possible bottlenecks. The picture’s complexity becomes apparent when you take a look at some details:
The artist’s name: Graph Partitioning
Another example of algorithms transforming into art comes from the workforce planning of service technicians. The picture below shows the geographical distribution of job locations in two metropolitan areas:
The different jobs are initially shown as white spheres. The spheres’ size is proportional to the expected job duration. The goal here is to cluster jobs with short distances so that the workload in each cluster is nearly the same. This is executed by the so called Graph Partitioning. With this method, a complex problem is divided into multiple easier to solve sub-problems. The result in our current example is the colorful picture below:
As you can see, this representation can also claim some sort of artistic value – and at the same time articulately demonstrates the result of the algorithm. By using Graph Partitioning, a formerly computationally intensive challenge becomes a task which can be solved in an acceptable time for practical use. Graph Partitioning aggregates the particular sub-solutions to an optimal total solution.
Aircraft scheduling
The last example originates from the area of aircraft scheduling. The picture below deals with the assignment of airliners to certain flight routes with optimal utilization of maintenance ranges. Depending on type, airplanes need to be maintained e.g. after a maximum of two days, which is operated in defined maintenance bases.
What roughly looks like several bundles of colored straws are flight routes of airliners in different colors, put on a time axis. In the example, 3498 flights over 7 days can be seen, which are piloting 68 airports (on the vertical axis).
Mathematical art
Many famous mathematicians expressed that their love for mathematics was founded in the aesthetics of numbers and formulas. The French mathematician Henri Poincaré said that “the mathematician does not study mathematics because it is useful; he studies it because he delights in it and he delights in it because it is beautiful.” Optimization algorithms transformed to beautiful graphs thus have two layers of beauty: The visual form which everyone can appreciate, and the underlying aesthetics of pure numbers which is only accessible to a smaller group of mathematicians.
In all of my examples, art is a byproduct of actual operations research applications. But the opposite also holds true: Some artisans make use of mathematics to create their artwork. For example, Julian Lethbridge was inspired by the Traveling Salesman problem for some of his works, which is also the case for Robert Bosch. You can even visit dedicated exhibitions dealing with the connection of mathematics and art, e.g. in the Arithmeum in Bonn.
There is one deciding advantage of art originated from operations research compared to “primary” art: You can skip on the excessive attempts to see through the artisan’s motives. In the case of mathematical art, the challenge is quite different – figuring out which algorithm lies behind a bunch of dots or lines. Whether used for mapping bill of material processes, workforce planning, or aircraft scheduling, operations research is making an impact on logistics and supply chain in a big, beautiful way.
1 comment
[…] processes in the cloud has become more of a question of “when” rather than “if”. Using operations research to create intelligent forecasts based on historical data can help companies make better decisions […]
Comments are closed.