GraphTheory[IsPlanar]
|
Calling Sequence
|
|
IsPlanar(G)
IsPlanar(G, faces)
|
|
Parameters
|
|
G
|
-
|
graph
|
faces
|
-
|
(optional) name
|
|
|
|
|
Description
|
|
•
|
The IsPlanar command returns true if the graph is planar and false otherwise. If a name such as faces is specified, then this name is assigned the set of lists of the vertices of each face of the graph. The strategy is to use an algorithm by Demoucron, etc. (see Algorithmic Graph Theory by Alan Gibbons).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
|
|
Download Help Document
Was this information helpful?