- Implemented --no-agent-symm to disable agent symmetry reductions.

This commit is contained in:
ccremers 2004-07-19 09:34:46 +00:00
parent 7ad99f977c
commit ee0501d82d

View File

@ -321,7 +321,7 @@ explorify (const System sys, const int run)
* If the run we depend upon has already been activated (otherwise warn!) check for instance ordering * If the run we depend upon has already been activated (otherwise warn!) check for instance ordering
*/ */
if (sys->runs[run].prevSymmRun != -1) if (sys->switchAgentSymm && sys->runs[run].prevSymmRun != -1)
{ {
/* there is such a run on which we depend */ /* there is such a run on which we depend */
int ridSymm; int ridSymm;