GraphTheory[IsTournament]
|
Calling Sequence
|
|
IsTournament(G)
|
|
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) |
|
|
Download Help Document
Was this information helpful?