- "correct" output for claims that are not encountered, as one would

expect.
This commit is contained in:
ccremers 2005-01-14 12:38:43 +00:00
parent 0f199670d3
commit bd0069886c

View File

@ -831,6 +831,10 @@ timersPrint (const System sys)
eprintf ("bounded proof");
}
}
else
{
eprintf ("\tcorrect: does not occur");
}
eprintf ("\n");
cl_scan = cl_scan->next;
}