MinLCA algorithms
Files | Functions
Binomial random graphs + Greedy algorithms

Files

file  greedy_binomial_random.cc
 Program to test the greedy algorithms on BinomialRandom graphs.
 

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]Graph order (number of vertices)
argv[2]Edge probability
argv[3]Random seed
argv[4]Path to save graph as an eps file (optional)

Definition at line 30 of file greedy_binomial_random.cc.