Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add int MC_random(int min, int max) function that will make the model-checker to...
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 May 2010 15:42:33 +0000 (15:42 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 May 2010 15:42:33 +0000 (15:42 +0000)
commitd6b585e44bd28ba41f3faae4a99b602290f16434
tree3e8641c312b6b50ab1c23c9dde2b29f24ef8eab5
parent7b2fe08de53fc2ad5a0f3bcf23250ab8718b0b47
Add int MC_random(int min, int max) function that will make the model-checker to explore all possible return values of the functions. The possible return values are integers in the range between min and max

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/mc/modelchecker.h
src/include/mc/datatypes.h
src/include/mc/mc.h
src/mc/mc_dpor.c
src/mc/mc_global.c
src/mc/mc_transition.c
src/mc/private.h