GraphTheory
TransitiveReduction
construct transitive reduction
Calling Sequence
Parameters
Description
Examples
Compatibility
TransitiveReduction( G )
G
-
a graph
The TransitiveReduction( G ) command constructs the graph which is the transitive reduction of the graph G with respect to the edge relation.
The transitive reduction of an graph G is a undirected graph which has the same vertex set and transitive closure as G, but with a minimal number of edges.
Construct the transitive reduction graph of a simple directed graph and visualize the two graphs.
The GraphTheory[TransitiveReduction] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GraphTheory[AllPairsDistance]
GraphTheory[ReverseGraph]
GraphTheory[TransitiveClosure]
Download Help Document