Graph/SingleSourceShortestPath/testBellmanFord.cxx File Reference

test case for Bellman Ford 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)
 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.


Detailed Description

test case for Bellman Ford

A test case

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

Launch program to load graph from a file an operate in verbose mode if needed.


Variable Documentation

struct timeval after [static]

Time after process completes.

struct timeval before [static]

Time before process starts.

Algorithm Development Kit 1.0