Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : separate informations for safety stateful/stateless and liveness...
[simgrid.git] / include / mc / modelchecker.h
1 #include "xbt.h"
2
3 XBT_PUBLIC(void) MC_assert(int);
4 XBT_PUBLIC(void) MC_assert_stateful(int);
5 XBT_PUBLIC(void) MC_assert_pair_stateful(int);
6 XBT_PUBLIC(void) MC_assert_pair_stateless(int);
7 XBT_PUBLIC(int) MC_random(int min, int max);