Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prevent adding outgoing transition for top-most state
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Fri, 5 May 2023 06:46:09 +0000 (08:46 +0200)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Fri, 12 May 2023 13:58:22 +0000 (15:58 +0200)
commit2cb99ac8e045f7708e18a6dd8e82cf9b46718cc6
treec3a6e7581436d4c50ab83b23449868991c820d23
parent8f063c752da6a7adf2f8c36f94269bc63807dd18
Prevent adding outgoing transition for top-most state

The outgoing transition for the top-most
state of the state stack in the DFSExplorer refers
to that which was taken as part of the last
trace explored by the algorithm. Thus, only the
sequence of transitions leading up to, but
not including, the last state must be included
when reconstructing the Exploration for SDPOR.
src/mc/explo/DFSExplorer.cpp