Skip to content

PlanarGraphQ

PlanarGraphQ(g)

Returns True if g is a planar graph and False otherwise.

See

Examples

>> PlanarGraphQ(CycleGraph(4))
True
>> PlanarGraphQ(CompleteGraph(5))
False
>> PlanarGraphQ(CompleteGraph(4))
True
>> PlanarGraphQ("abc")
False

Implementation status

  • ✅ - full supported

Github