#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) |
Run program to load graph from file and operate in verbose mode. | |
Variables | |
static struct timeval | before |
static struct timeval | after |
Time before process starts. |
A test case
int main | ( | int | argc, | |
char ** | argv | |||
) |
Run program to load graph from file and operate in verbose mode.
This program also has the option to invoke the Dense variation of Dijkstra's algorithm as requested by the user.
struct timeval after [static] |
Time before process starts.
struct timeval before [static] |
Algorithm Development Kit 1.0