Partially Embedded Planarity
Definition
In Partially Embedded Planarity we are given a prescribed planar drawing of a subgraph and want to know whether this drawing can be planarly extended by adding some further edges.
Formally, the undirected graph \(G=(V,E)\) is accompanied by a prescribed subgraph \(H\) for which a planar embedding \(\mathcal H\) is given. The triplet \((G, H, \mathcal H)\) is often called partially embedded graph (PEG). We call a planar embedding \(\mathcal G\) of \(G\) an extension of the embedding \(\mathcal H\) of \(H\) if the restriction of \(\mathcal G\) to \(H\) coincides with \(\mathcal H\). The problem Partially Embedded Planarity asks whether such an extension exists for a PEG.
Complexity
Angelini et al. (2015) give a linear-time algorithm for testing Partially Embedded Planarity. A simpler linear-time algorithm is given by Fink, Rutter, and T. P. (2023).