MinLCA algorithms
|
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... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function.
This program needs to be executed using the following arguments:
argv[1] | Input file |
argv[2] | Graph format (RMF or GRA) |
Definition at line 23 of file greedy_lp_read_graph.cc.