MinLCA algorithms
|
Files | |
file | greedy_random_geometric.cc |
Program to test the greedy algorithms on random geometric graphs. | |
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] | Graph order (number of vertices) |
argv[2] | Square of the radius |
argv[3] | Random seed |
argv[4] | Path to save graph as an eps file (optional) |
Definition at line 31 of file greedy_random_geometric.cc.