Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace pending transition with latest execution
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Wed, 15 Feb 2023 09:50:16 +0000 (10:50 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Wed, 15 Feb 2023 09:50:16 +0000 (10:50 +0100)
commit06610286385a7f265621445ea9baf0e8876f299d
tree33ac852dcfec6b5aeeff038842fa8ff6da2e6663
parente06ca865ef157e0fa9f9034b25027946af4a0a76
Replace pending transition with latest execution

The `State::execute_next(aid_t)` method was
adjusted to use the newest copy of the transition
that was executed by an actor in lieu of the
copy of the transition that was previously stored
by the actor, as more information may be gained
during the execution of a transition.
src/mc/api/ActorState.hpp
src/mc/api/State.cpp
src/mc/api/State.hpp