HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Near Triangulation Planar Graph

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
triangulationplanarneargraph

Problem

This is the problem I am dealing with:

Given a set P of n points in general position, let a graph G be defined as follows:

The vertex set is P. Two vertices, a and b, are joined by an edge provided there exists an axis parallel square S with a and b on the boundary and no other point of P in the interior of S.

I need to prove or disprove that G is a near-triangulation where every face except the outerface is a triangle and the outerface is a cycle.

Thanks in advance

Solution

An easy contradicting example is three points forming an obtuse triangle. Note that any Axis-parallel square containing $A$ and $B$ on its boundaries, contains $C$ in its interior and hence, the outer face is not bounded by a cycle since $AB$ is not an edge in the graph.

Context

StackExchange Computer Science Q#118293, answer score: 2

Revisions (0)

No revisions yet.