MinLCA algorithms
|
Files | |
file | mip_read_graph.cc |
Program to test the greedy algorithms with integer 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) |
argv[3] | Path to save the solution (optional) |
argv[4] | Time limit in seconds (optional, needs argv[3] ) |
argv[5] | Path to save gurobi log file (optional, needs argv[4] ) |
Definition at line 29 of file mip_read_graph.cc.