MinLCA algorithms
Files | Functions
Clique cycles + Greedy algorithms

Files

file  greedy_clique_cycle.cc
 Program to test the greedy algorithms on cycles of 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

Definition at line 23 of file greedy_clique_cycle.cc.