Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start initializing routing fields in the constructors, not with a shotgun
[simgrid.git] / src / surf / surf_routing_dijkstra.hpp
index e52beef..74a33cb 100644 (file)
@@ -37,10 +37,9 @@ class XBT_PRIVATE AsDijkstra;
 /** Dijkstra routing data: fast initialization, slow lookup, small memory requirements, shortest path routing only */
 class AsDijkstra : public AsGeneric {
 public:
-  AsDijkstra();
+  AsDijkstra(const char*name, bool cached);
   void Seal() override;
 
-  AsDijkstra(bool cached);
   ~AsDijkstra();
   xbt_node_t routeGraphNewNode(int id, int graph_id);
   graph_node_map_element_t nodeMapSearch(int id);