#include <stdio.h>
#include <getopt.h>
#include <sys/time.h>
#include "singleSourceShortest.h"
#include "Graph.h"
#include "report.h"
Functions | |
| int | main (int argc, char **argv) |
| Launch program to load graph from a file an operate in verbose mode if needed. | |
Variables | |
| static struct timeval | before |
| Time before process starts. | |
| static struct timeval | after |
| Time after process completes. | |
A test case
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Launch program to load graph from a file an operate in verbose mode if needed.
struct timeval after [static] |
Time after process completes.
struct timeval before [static] |
Time before process starts.
Algorithm Development Kit 1.0