Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new function MC_diff to display all informations about a system state
[simgrid.git] / src / mc / mc_liveness.c
2012-01-13 Marion Guthmullermodel-checker : break forgotten in switch
2012-01-12 Marion Guthmullermodel-checker : add informations when log debug enabled
2012-01-12 Marion Guthmullermodel-checker : %zu instead of %Zu in printf
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-11 Marion Guthmullermodel-checker : more informations if log enabled for...
2012-01-10 Arnaud GierschFix other "missing prototype" errors.
2012-01-10 Arnaud GierschDon't use printf modifier %Z. Use %z instead.
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-13 Marion Guthmullermodel-checker : clean code
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion Guthmullermodel-checker : hash of regions in snapshot for reached...
2011-12-06 Marion Guthmullermodel-checker : reached_pairs changed to dynar
2011-12-05 Marion Guthmullermodel-checker : visited_pairs and visited_pairs_hash...
2011-12-05 Marion Guthmullermodel-checker : comparison between two hash of regions...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-05 Marion Guthmullermodel-checker : hash of regions in snapshot stored...
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
2011-12-01 Marion Guthmullermodel-checker : free memory
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Marion Guthmullermodel-checker : comparison of heap between two snapshot...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-22 Marion Guthmullermodel-checker : add snapshot of stack memory region...
2011-11-17 Marion Guthmullermodel-checker : stop exploration if there isn't evoluti...
2011-11-15 Marion Guthmullermodel-checker : free memory at the end of stateless...
2011-11-15 Marion Guthmullermodel-checker : detection of acceptance cycle when...
2011-11-14 Marion Guthmullermodel-checker : add region (data of program) in snapshot
2011-11-10 Marion Guthmullermodel-checker : MC_replay_liveness function extended...
2011-11-09 Marion Guthmullermodel-checker : new version of stateless double dfs...
2011-11-04 Marion Guthmullermodel-checker : last version (incorrect) of double...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
2011-11-02 Marion Guthmullermodel-checker : change variable successors (local-...
2011-11-02 Marion Guthmullermodel-checker : memory leaks fixed in dfs algorithm...
2011-10-25 Marion Guthmullermodel-checker : function to compare values of propositi...
2011-10-25 Marion Guthmullermodel-checker : remove unused variables
2011-10-25 Marion Guthmullermodel-checker : function to compare propositional symbo...
2011-10-25 Marion Guthmullermodel-checker : change printf for size_t variables
2011-10-25 Marion Guthmullermodel-checker : test data in libsimgrid memory region...
2011-10-25 Marion Guthmullermodel-checker : add type in s_mc_mem_region (0=std_heap...
2011-10-25 Marion Guthmullermodel-checker : nettoyage du code
2011-10-25 Marion Guthmullermodel-checker : new comparison for reached pairs (autom...
2011-10-25 Marion Guthmullermodel-checker : new comparison of pair reached (automat...
2011-10-25 Marion Guthmullermodel-checker : delete num in struct mc_pair_t
2011-10-25 Marion Guthmullermodel-checker : empty pair for stateless ddfs fixed
2011-10-25 Marion Guthmullermodel-checker : ddfs stateless and stateful fixed
2011-10-25 Marion Guthmullermodel-checker : update ddfs stateful model checking...
2011-10-25 Marion Guthmullermodel-checker : new structure reached_pair_stateless...
2011-10-25 Marion Guthmullermodel-checker : stateless model checking for liveness...
2011-10-25 Marion Guthmullermodel-checker : separate informations for safety statef...
2011-10-25 Marion Guthmullermodel-checker : DPOR (independant transitions) algorith...
2011-10-25 Marion Guthmullermodel-checker : separate dfs and dpor algorithms with...
2011-10-25 Marion Guthmullermodel-checker : 128bits->160bits for hash of visited...
2011-10-25 Marion Guthmullermodel-checker : restore interleaved process when restor...
2011-10-25 Marion Guthmullermodel-checker : dfs with good restore snapshot
2011-10-25 Marion Guthmullermodel-checker : correction of dfs algorithm for livenes...
2011-10-25 Marion Guthmullermodel-checker : test dpor without replay from initial...
2011-10-25 Marion Guthmullermodel-checker : rename file mc_dfs -> mc_liveness