Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove CompatibilityGraph and friends
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Tue, 28 Feb 2023 14:52:20 +0000 (15:52 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Tue, 28 Feb 2023 14:59:20 +0000 (15:59 +0100)
commit301109703c933c28285e0223836a570eaeb8875a
tree646f8098adf7ad1849713f41e526b3743f2635c0
parentabf0e002c026052c5bc1d7dac7f335f99d676e01
Remove CompatibilityGraph and friends

The CompatibilityGraph and friends that were
added in order to compute maximal sets of events
needlessly complicated the algorithm. A much
better approach was suggested which will be
implemented in the next phase.

While perhaps a rebase could also have been
performed, it would have required quite careful
precision. Since the end goal is the same and
there are better uses of our time, I simply opted
to tag on another commit
MANIFEST.in
src/mc/explo/UdporChecker.cpp
src/mc/explo/udpor/CompatibilityGraph.cpp [deleted file]
src/mc/explo/udpor/CompatibilityGraph.hpp [deleted file]
src/mc/explo/udpor/CompatibilityGraphNode.cpp [deleted file]
src/mc/explo/udpor/CompatibilityGraphNode.hpp [deleted file]
src/mc/explo/udpor/Configuration.cpp
src/mc/explo/udpor/Configuration.hpp
src/mc/explo/udpor/udpor_forward.hpp
tools/cmake/DefinePackages.cmake