GraphTheory[CliqueNumber]
GraphTheory[MaximumClique]
|
Calling Sequence
|
|
CliqueNumber(G)
MaximumClique(G)
|
|
Description
|
|
•
|
CliqueNumber returns the number of vertices in a largest clique of G. MaximumClique returns a list of vertices which comprise a largest clique. The strategy is a branch-and-bound backtracking algorithm using the greedy color bound. (see Kreher and Stinson, 1999)
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?