Graph/SingleSourceShortestPath/testGraph.cxx File Reference

test case More...

#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.


Detailed Description

test case

A test case

Author:
George Heineman
Date:
6/15/08

Function Documentation

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.


Variable Documentation

struct timeval after [static]

Time before process starts.

struct timeval before [static]

Algorithm Development Kit 1.0