Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ab28a5a970e312ebcd5089e31469ad04a25465ce
[simgrid.git] / src / mc / explo / udpor / udpor_forward.hpp
1 /* Copyright (c) 2007-2023. 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 /** @file mc_forward.hpp
7  *
8  *  Forward definitions for MC types specific to UDPOR
9  */
10
11 #ifndef SIMGRID_MC_UDPOR_FORWARD_HPP
12 #define SIMGRID_MC_UDPOR_FORWARD_HPP
13
14 namespace simgrid::mc::udpor {
15
16 class EventSet;
17 class UnfoldingEvent;
18 class Configuration;
19 class StateManager;
20 class Unfolding;
21 using StateHandle = unsigned long long;
22
23 } // namespace simgrid::mc::udpor
24
25 #endif