Skip to content
Snippets Groups Projects
Commit 42dab1bf authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

modifié : src/ModelCheckerTh.cpp

	modifié :         src/main.cpp
parent 4ee080bc
No related branches found
No related tags found
No related merge requests found
......@@ -152,10 +152,6 @@ void ModelCheckerTh::buildSucc(LDDState *agregate)
pthread_spin_lock(&m_spin_stack[m_min_charge]);
m_st[m_min_charge].push(agregate);
pthread_spin_unlock(&m_spin_stack[m_min_charge]);
if(!isNotTerminated())
{
ComputeTh_Succ();
}
}
}
......
......@@ -229,11 +229,8 @@ int main(int argc, char** argv)
auto k =
<<<<<<< HEAD
std::make_shared<SogKripkeTh>(d,mcl,R.getListTransitionAP(),R.getListPlaceAP()); ;
=======
std::make_shared<SogKripkeTh>(d,mcl,R.getListTransitionAP(),R.getListPlaceAP());
>>>>>>> 8a83ddf40bff014aa15b8f24670733207dbbd072
// Performing on the fly Modelchecking
cout<<"Want to save the graph in a dot file ?";
cin>>c;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment