MinLCA algorithms
Files | Functions
Random outerplanar graphs + Greedy algorithms

Files

file  greedy_random_outerplanar.cc
 Program to test the greedy algorithms on random outerplanar 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]Random seed
argv[3]Path to save graph as an eps file (optional)

Definition at line 31 of file greedy_random_outerplanar.cc.