- Added preliminary support for singular attack output.

This commit is contained in:
ccremers
2005-12-27 10:49:22 +00:00
parent ff503b24af
commit c20810def5
5 changed files with 184 additions and 64 deletions

View File

@@ -42,7 +42,7 @@ switchesInit (int argc, char **argv)
switches.tupling = 0;
// Pruning and Bounding
switches.prune = 2; // default pruning method
switches.prune = 2; // default pruning method (just output a single one)
switches.maxproofdepth = INT_MAX;
switches.maxtracelength = INT_MAX;
switches.runs = 5; // default is 5 for usability, but -r 0 or --maxruns=0 will set it back to INT_MAX
@@ -444,7 +444,7 @@ switcher (const int process, int index)
if (!process)
{
/* not very important
helptext ("-p,--prune=<int>", "pruning method when an attack is found [0]");
helptext ("-p,--prune=<int>", "pruning method when an attack is found [2]");
*/
}
else