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

modifié : src/main.cpp

parent 3584e7b5
No related branches found
No related tags found
No related merge requests found
......@@ -293,9 +293,8 @@ int main(int argc, char** argv)
file.close();
}
if (auto run = k->intersecting_run(af))
{
/*std::cout << "formula is violated by the following run:\n" << *run;*/
run->highlight(5); // 5 is a color number.
{
run->highlight(5);
fstream file;
file.open("violated.dot",fstream::out);
cout<<"Property is violated"<<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