public static interface Graph.SubGraph extends Child
Child
and must also provide a
mapping
from its Vertices to those of the
parent
Graph.
Also see Graph.Induced
, Graph.Renumbered
and Graph.Derived
.Modifier and Type | Method and Description |
---|---|
int |
v2pv(int v)
Vertex 'v' of 'this' Graph corresponds to v2pv(v)
of the
parent Graph. |
int v2pv(int v)
parent
Graph.