- Implemented --no-agent-symm to disable agent symmetry reductions.
This commit is contained in:
parent
7ad99f977c
commit
ee0501d82d
@ -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 (sys->runs[run].prevSymmRun != -1)
|
||||
if (sys->switchAgentSymm && sys->runs[run].prevSymmRun != -1)
|
||||
{
|
||||
/* there is such a run on which we depend */
|
||||
int ridSymm;
|
||||
|
Loading…
Reference in New Issue
Block a user