From 14c854543b1a3cf344a371a5b45595657f95786b Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 26 Oct 2021 13:22:32 -0400 Subject: add deadlines and costs --- baseline/source/dijkstra/input.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 baseline/source/dijkstra/input.h (limited to 'baseline/source/dijkstra/input.h') diff --git a/baseline/source/dijkstra/input.h b/baseline/source/dijkstra/input.h deleted file mode 100644 index 9701828..0000000 --- a/baseline/source/dijkstra/input.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef INPUT_H -#define INPUT_H - -#define NUM_NODES 100 - -extern unsigned char dijkstra_AdjMatrix[NUM_NODES][NUM_NODES]; - -#endif /* INPUT_H */ -- cgit v1.2.2