Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
authormlaurent <mathieu.laurent@ens-rennes.fr>
Tue, 7 Nov 2023 12:20:10 +0000 (13:20 +0100)
committermlaurent <mathieu.laurent@ens-rennes.fr>
Tue, 7 Nov 2023 12:20:10 +0000 (13:20 +0100)
1  2 
src/mc/api/State.cpp
src/mc/api/State.hpp
src/mc/explo/DFSExplorer.cpp
src/mc/transition/TransitionSynchro.cpp

Simple merge
Simple merge
Simple merge
@@@ -128,7 -128,7 +128,11 @@@ bool SemaphoreTransition::depends(cons
    // Actions executed by the same actor are always dependent
    if (o->aid_ == aid_)
      return true;
++<<<<<<< HEAD
 +  
++=======
++>>>>>>> dfafe652e9ae62c35cd0fc084b117fc987b3e8dc
    if (const auto* other = dynamic_cast<const SemaphoreTransition*>(o)) {
      if (sem_ != other->sem_)
        return false;