50 likes | 157 Views
Problem 45: Smallest Universal Set of Points for Planar Graphs. Presented by Andy Giese. Problem #45 from the Open Problems Project http ://maven.smith.edu/~orourke/TOPP /. Statement of Problem.
E N D
Problem 45: Smallest Universal Set of Points for Planar Graphs Presented by Andy Giese Problem #45 from the Open Problems Project http://maven.smith.edu/~orourke/TOPP/
Statement of Problem • How many points must be placed in the plane to support planar drawing of all planar graphs on n vertices? • Is it O(n)? Kittell Graph Image from Wolfram MathWorld
Some Definitions • Planar Graph • No intersecting segments • Universal Point Set • Set of vertices that allows mapping of all planar graphs of size n • E.G. NxN grid • Maximal Planar Graph • 3n-6 edges • Universal set Maximal Planar Graph Image from MathWorks.de
Progress • Between Θ(n) andΘ(n2) • At most O(n2) • H. de Fraysseix, J. Pach, and R. Pollack, 1990 • W. Schnyder, 1990 • At least Θ(n), more accurately, Θ (1.098n) • M. Chrobak and H.Karloff. 1989 • Allowing 1 “bend” per edge = O(n) • Hazel Everett, Sylvain Lazard, Giuseppe Liotta, and Stephen Wismath, 2010
Closing Thoughts • Intuition says O(n), but no formal proof exists • Exhaustive proof: What is the smallest value of n for which a universal point set of size n does not exist? • Stephen Kobourov, 2002, proved exhaustively for n<=14 • Could we prove by contradiction? • Why is this problem important?