Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill both SimDag and Jedule bindings. Cleanups will follow
[simgrid.git] / src / simdag / simdag_private.hpp
1 /* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include <simgrid/s4u/Engine.hpp>
7 #include <simgrid/s4u/Host.hpp>
8 #include <xbt/Extendable.hpp>
9
10 #include <set>
11 #include <string>
12 #include <vector>
13
14 #ifndef SIMDAG_PRIVATE_HPP
15 #define SIMDAG_PRIVATE_HPP
16 XBT_PRIVATE bool check_for_cycle(const std::vector<simgrid::s4u::ActivityPtr>& dag);
17 #endif