Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'udpor-phase6' into 'master'
[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 udpor_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 Configuration;
18 class History;
19 class Unfolding;
20 class UnfoldingEvent;
21 class maximal_subsets_iterator;
22
23 } // namespace simgrid::mc::udpor
24
25 #endif