X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/101fb4b351d4463209d346b758708eaeb025c99e..ac389dc4950914073f9d0e80703e7593590babb9:/src/mc/explo/DFSExplorer.hpp diff --git a/src/mc/explo/DFSExplorer.hpp b/src/mc/explo/DFSExplorer.hpp index 0c33d84b16..a0dc478c0c 100644 --- a/src/mc/explo/DFSExplorer.hpp +++ b/src/mc/explo/DFSExplorer.hpp @@ -119,6 +119,11 @@ private: std::vector> opened_states_; std::shared_ptr best_opened_state(); + /** If we're running ODPOR, picks the corresponding state in the stack + * (opened_states_ are ignored) + */ + std::shared_ptr next_odpor_state(); + /** Change current stack_ value to correspond to the one we would have * had if we executed transition to get to state. This is required when * backtracking, and achieved thanks to the fact states save their parent.*/