Operational Research (O.R.) case studies
What’s the problem?
You are an electronic engineer…
You are designing a Printed Circuit Board (PCB) PCBs are used in electronics to connect electrical components using conductive pathways Since the wires are not insulated, they must not cross
You have designed the circuit that you want, but some of the wires cross
Is it possible to redraw your circuit in such a way that no wires cross?
Let’s summarise the problem We have a graph with some edges which cross We want to know if it is possible to re-draw it in such a way that none of the edges cross
This is an example of a Planarity Problem
Planarity Problems A graph is planar if it can be drawn in a plane so that no two edges meet (except at a vertex to which they are both incident)
Another example where this is used Utilities (gas, water, electricity) companies trying to lay pipes that do not cross each other…
Over the next few lessons, we will look at ways of approaching problems of this type… What next?