Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : test dpor without replay from initial state but with
[simgrid.git] / src / mc / private.h
index a815f64..1f840dd 100644 (file)
@@ -214,5 +214,9 @@ void MC_pair_delete(mc_pairs_t pair);
 void MC_exit_with_automaton(void);
 mc_state_t MC_state_pair_new(void);
 
+/********************************** Stateful DPOR **************************************/
+
+void MC_stateful_dpor(xbt_automaton_t a, int search_cycle, int restore);
+void MC_stateful_dpor_init(xbt_automaton_t a);
 
 #endif