m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/dependency_calculator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dependency_calculator.h')
-rw-r--r--src/dependency_calculator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dependency_calculator.h b/src/dependency_calculator.h
index c24f5ef..6141a82 100644
--- a/src/dependency_calculator.h
+++ b/src/dependency_calculator.h
@@ -3,7 +3,6 @@
#include <queue>
#include <stack>
-#include <unordered_map>
#include <vector>
#include "graph.h"
@@ -23,6 +22,7 @@ public:
private:
const Graph& graph_; // (V, E)
int vertex_; // s
+
std::stack<int> stack_; // S
std::vector<std::vector<int>> shortest_path_predecessors_; // P
std::vector<int> shortest_paths_; // sigma