- Changed default heuristic to 34.
This commit is contained in:
parent
494d02a524
commit
f376260512
@ -65,7 +65,7 @@ switchesInit (int argc, char **argv)
|
||||
switches.scenarioSize = 0;
|
||||
|
||||
// Arachne
|
||||
switches.arachneSelector = 3; // default goal selection method
|
||||
switches.arachneSelector = 34; // default goal selection method
|
||||
switches.maxIntruderActions = INT_MAX; // max number of encrypt/decrypt events
|
||||
switches.agentTypecheck = 1; // default do check agent types
|
||||
switches.concrete = true; // default removes symbols, and makes traces concrete
|
||||
@ -830,7 +830,7 @@ switcher (const int process, int index, int commandline)
|
||||
{
|
||||
if (switches.expert)
|
||||
{
|
||||
helptext (" --heuristic=<int>", "use heuristic <int> [3]");
|
||||
helptext (" --heuristic=<int>", "use heuristic <int> [34]");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user