Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename guide as strategy and fix counter-example display with recipe
authormlaurent <mathieu.laurent@ens-rennes.fr>
Thu, 30 Mar 2023 20:09:31 +0000 (22:09 +0200)
committermlaurent <mathieu.laurent@ens-rennes.fr>
Thu, 30 Mar 2023 20:09:31 +0000 (22:09 +0200)
commit3f53fa0e417dcf21536630d285ec51c0deced9a8
treec5c070e814df31791a0cdf66b0ab4c7c49a6cb5f
parente48eade5ab404acd1948883302768c55be145b6a
Rename guide as strategy and fix counter-example display with recipe
20 files changed:
MANIFEST.in
examples/cpp/mc-bugged2/s4u-mc-bugged2.tesh
examples/cpp/mc-electric-fence/s4u-mc-electric-fence.tesh
examples/cpp/mc-failing-assert/s4u-mc-failing-assert-nodpor.tesh
examples/cpp/synchro-barrier/s4u-mc-synchro-barrier.tesh
examples/cpp/synchro-mutex/s4u-mc-synchro-mutex.tesh
examples/smpi/mc/only_send_deterministic.tesh
examples/sthread/pthread-mc-mutex-simple.tesh
examples/sthread/pthread-mc-producer-consumer.tesh
src/mc/api/State.cpp
src/mc/api/State.hpp
src/mc/api/strategy/BasicStrategy.hpp [moved from src/mc/api/guide/BasicGuide.hpp with 87% similarity]
src/mc/api/strategy/Strategy.hpp [moved from src/mc/api/guide/GuidedState.hpp with 90% similarity]
src/mc/api/strategy/WaitStrategy.hpp [moved from src/mc/api/guide/WaitGuide.hpp with 92% similarity]
src/mc/explo/DFSExplorer.cpp
src/mc/mc_config.cpp
src/mc/mc_config.hpp
teshsuite/mc/random-bug/random-bug.tesh
teshsuite/smpi/coll-allreduce-with-leaks/mc-coll-allreduce-with-leaks.tesh
tools/cmake/DefinePackages.cmake