Skip to content
Snippets Groups Projects
Commit efe334d0 authored by Ghofrane Amaimi's avatar Ghofrane Amaimi
Browse files

cycle detected without buddy

parent 6393f641
No related branches found
No related tags found
1 merge request!6Feature/ufscc emptiness check
Pipeline #5051 passed
......@@ -526,7 +526,7 @@ int main(int argc, char **argv)
if (algorithm == "UFSCC" || algorithm == "CNDFS")
{
std::cout<<"------------CNDFS-------------"<<std::endl;
CNDFS cndfs(mcl,af,1); // If I increase the number of threads, a segmentation fault appears.
CNDFS cndfs(mcl,af,2); // If I increase the number of threads, a segmentation fault appears.
return(0);
}
else // run on the fly sequential model-checking
......
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