Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the checker algorithms to their own directory
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
similarity index 99%
rename from src/mc/SafetyChecker.cpp
rename to src/mc/checker/SafetyChecker.cpp
index dcd4059..68e667f 100644 (file)
@@ -22,8 +22,7 @@
 #include "src/mc/mc_smx.h"
 #include "src/mc/Client.hpp"
 #include "src/mc/mc_exit.h"
-#include "src/mc/Checker.hpp"
-#include "src/mc/SafetyChecker.hpp"
+#include "src/mc/checker/SafetyChecker.hpp"
 #include "src/mc/VisitedState.hpp"
 #include "src/mc/Transition.hpp"
 #include "src/mc/Session.hpp"