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

Update

parent 4a059ffd
No related branches found
No related tags found
No related merge requests found
......@@ -304,10 +304,16 @@ int main(int argc, char** argv)
if(nb_th>1)
{
cout<<"**************Hybrid version**************** \n" <<endl;
HybridSOG DR(R, bound);
LDDGraph g(&DR);
DR.computeDSOG(g);
if (strcmp(argv[1],"otf")) {
HybridSOG DR(R, bound);
LDDGraph g(&DR);
cout<<"Building the Distributed SOG"<<endl;
DR.computeDSOG(g);
}
else {
cout<<"Model checking on the fly..."<<endl;
}
}
else
{
......
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