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

modifié : src/main.cpp

parent 71c6ecac
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ int main(int argc, char** argv)
mcl->loadNet();
auto k =
std::make_shared<SogKripkeTh>(d,mcl,R.getListTransitionAP(),R.getListPlaceAP());
cout<<"Want to save the graph in a dot file ?";
/* cout<<"Want to save the graph in a dot file ?";
cin>>c;
if (c=='y')
{
......@@ -167,7 +167,7 @@ int main(int argc, char** argv)
file.open(st.c_str(),fstream::out);
spot::print_dot(file, k,"ka");
file.close();
} ;
} */ ;
// Performing on the fly Modelchecking
cout<<"Performing on the fly Modelchecking"<<endl;
......
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