GraphTheory
IsTournament
Calling Sequence
Parameters
Description
Examples
IsTournament(G)
G
-
graph
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.
See Also
AdjacencyMatrix
HasEdge
RandomGraphs[RandomTournament]
Download Help Document