PlanarGraphQ
PlanarGraphQ(g)
Returns
True
ifg
is a planar graph andFalse
otherwise.
See
Examples
>> PlanarGraphQ(CycleGraph(4))True
>> PlanarGraphQ(CompleteGraph(5))False
>> PlanarGraphQ(CompleteGraph(4))True
>> PlanarGraphQ("abc")False
Implementation status
- ✅ - full supported