- Added preliminary support for singular attack output.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user