HighlightedEdges - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

HighlightedEdges

  

retrieve the highlighted edges from a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HighlightedEdges( G )

Parameters

G

-

graph

Description

• 

The HighlightedEdges command returns a set (which may be empty) of the edges of a graph G that have been highlighted.

• 

An edge is considered to have been highlighted if it is to be drawn with a color other than the default.

Examples

withGraphTheory:

GCompleteGraph5:

HighlightedEdgesG

(1)

TSpanningTreeG:

HighlightEdgesG,EdgesT,Red

HighlightedEdgesG

1,2,1,3,1,4,1,5

(2)

See Also

HighlightEdges

HighlightedVertices

HighlightSubgraph

HighlightTrail

HighlightVertex