MinLCA algorithms
Files | Functions
Graphs from file + Greedy algorithm using LP

Files

file  greedy_lp_read_graph.cc
 Program to test the greedy algorithms with linear programming 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)

Definition at line 23 of file greedy_lp_read_graph.cc.