diff --git a/doc/planar_canonical_ordering.html b/doc/planar_canonical_ordering.html index c5311d17..035475fd 100644 --- a/doc/planar_canonical_ordering.html +++ b/doc/planar_canonical_ordering.html @@ -82,6 +82,16 @@ IN: Graph& g
An undirected graph. The graph type must be a model of VertexAndEdgeListGraph. +The graph must: +IN: PlanarEmbedding+
- Be maximal planar.
+- Have at least two vertices.
+- Have the edge {v0, v1} on its outer face, +where v0 is *vertices(g).first and +v1 is the first element of +adjacent_vertices(v0, g) distinct from +v0.
+