20 #ifndef __CXXGRAPH_TYPEDEF_H__
21 #define __CXXGRAPH_TYPEDEF_H__
38 namespace PARTITIONING{
45 enum E_InputOutputFormat
53 typedef E_InputOutputFormat InputOutputFormat;
64 std::string errorMessage;
73 std::string errorMessage;
74 std::map<unsigned long, long> minDistanceMap;
85 using AdjacencyMatrix = std::map<const Node<T> *, std::vector<std::pair<const Node<T> *,
const Edge<T> *>>>;
88 using PartitionMap = std::map<unsigned int, PARTITIONING::Partition<T> *>;
Struct that contains the information about Dijsktra's Algorithm results.
Definition: Typedef.hpp:71
Struct that contains the information about Dijsktra's Algorithm results.
Definition: Typedef.hpp:62