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

Online Help

All Products    Maple    MapleSim


GraphTheory

  

IsTournament

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsTournament(G)

Parameters

G

-

graph

Description

• 

IsTournament returns true if the input graph is a tournament. It returns false otherwise.

• 

A tournament is a directed graph G that satisfies the following property: for every pair of vertices u and v in G exactly one of the directed edges  or  is in G.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

AdjacencyMatrix

HasEdge

RandomGraphs[RandomTournament]

 


Download Help Document