MinLCA algorithms
Files | Functions
Graphs from file + Greedy algorithms

Files

file  greedy_read_graph.cc
 Program to test the greedy algorithms on graphs from files.
 

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]Input file
argv[2]Graph format (RMF or GRA)
argv[3]Random seed for vertex order. 0 makes it preserve the original order

Definition at line 24 of file greedy_read_graph.cc.