Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a multiset to handle opened states, and ensures a reproductible order on differen...
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 4 Apr 2023 15:12:25 +0000 (17:12 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 4 Apr 2023 15:12:25 +0000 (17:12 +0200)
commit37e01add8813f8112c80d116f413ac28f2acc90f
tree4a4816f3278498d69be38e37c1ad3cdefd665500
parent0758e803c55b61a32c41b83c60bd128edc22601f
Use a multiset to handle opened states, and ensures a reproductible order on different systems.

From cppreference: The order of the elements that compare equivalent is the order of insertion and does not change.
 (since C++11)
src/mc/explo/DFSExplorer.cpp
src/mc/explo/DFSExplorer.hpp