MinLCA algorithms
Files | Functions
Graphs with cliques + Greedy algorithms

Files

file  greedy_clique_graph.cc
 Program to test the greedy algorithms on graphs with cliques.
 

Functions

int main (int argc, char **argv)
 Main function. More...
 

Detailed Description

Function Documentation

int main ( int  argc,
char **  argv 
)

Main function.

This program needs to be executed using the following arguments:

Parameters
argv[1]Clique order (number of vertices)
argv[2]Number of cliques
argv[3]Probability of edge between cliques
argv[4]Random seed

Definition at line 24 of file greedy_clique_graph.cc.