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

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

> 

with⁡GraphTheory:

> 

G≔CompleteGraph⁡5:

> 

HighlightedEdges⁡G

∅

(1)
> 

T≔SpanningTree⁡G:

> 

HighlightEdges⁡G,Edges⁡T,Red

> 

HighlightedEdges⁡G

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

(2)

See Also

HighlightEdges

HighlightedVertices

HighlightSubgraph

HighlightTrail

HighlightVertex