Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MC support for processes with multiple enabled transitions per state
[simgrid.git] / src / mc / mc_dpor.c
2010-05-26 cristianrosaAdd MC support for processes with multiple enabled...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaAdd dead-lock detection to MC
2010-05-12 cristianrosaBugfix: fix memory leak related to transition creation...
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet