Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove StateManager
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Mon, 20 Feb 2023 12:54:05 +0000 (13:54 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Mon, 20 Feb 2023 12:54:05 +0000 (13:54 +0100)
commit753ea77ea991c7e407d6731839d5f7dbcc24f7e2
treec598b04e42897812f91cc9c50871fcb1fa81b6b2
parent1fc1cd99f7f9f56c732dcaf07d8c9afed2560e85
Remove StateManager

The StateManager class was created to wrap
some of the functionality used in tiny_simgrid,
but it turns out that this functionality isn't
actually needed. States are managed entirely
by the UdporChecker/UDPOR in what is
effectively a stack, and it doesn't make sense
for events to talk about states when states
are associated with configurations
MANIFEST.in
src/mc/explo/UdporChecker.cpp
src/mc/explo/UdporChecker.hpp
src/mc/explo/udpor/StateManager.cpp [deleted file]
src/mc/explo/udpor/StateManager.hpp [deleted file]
src/mc/explo/udpor/udpor_forward.hpp
tools/cmake/DefinePackages.cmake