Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert the last two simdag examples. Simdag can die
[simgrid.git] / include / simgrid / s4u / Engine.hpp
index e57c3b6..31f6a40 100644 (file)
@@ -219,6 +219,7 @@ private:
 };
 
 std::vector<ActivityPtr> create_DAG_from_dot(const std::string& filename);
+std::vector<ActivityPtr> create_DAG_from_DAX(const std::string& filename);
 
 #ifndef DOXYGEN /* Internal use only, no need to expose it */
 template <class T>