Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Require conflict-freedom in is_valid_configuration
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Thu, 9 Mar 2023 14:19:07 +0000 (15:19 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Thu, 9 Mar 2023 14:19:07 +0000 (15:19 +0100)
commit07f7802b2f1a6cfdf60cbd4b7155a55e10e4399a
treeba925fcaa2e16d97116045410732f392cd301449
parent40dcb0c263f765da65df1b58972d99eae54d7e4a
Require conflict-freedom in is_valid_configuration

The method `EventSet::is_valid_configuration()`
was missing the condition that the set of events
need also be free of conflicts (in addition to
being causally closed)
src/mc/explo/udpor/EventSet.cpp
src/mc/explo/udpor/EventSet_test.cpp