Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unrelated cosmetics
[simgrid.git] / src / surf / surf_routing_dijkstra.hpp
index 7f6e4b8..74a33cb 100644 (file)
@@ -34,12 +34,12 @@ namespace surf {
 
 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);