- Fixed the agentsOfRunPrint output. It was caused by the agent adding

order.
- Fixed the pruning bug, which was related to this.
This commit is contained in:
ccremers
2004-10-28 12:33:57 +00:00
parent 234edae741
commit 61457b5f3d
2 changed files with 33 additions and 28 deletions

View File

@@ -1643,8 +1643,6 @@ prune_theorems ()
}
// Check if the actors of all other runs are not untrusted
// TODO Somehow, this does not work. Investigate.
/*
if (sys->untrusted != NULL)
{
int run;
@@ -1693,7 +1691,6 @@ prune_theorems ()
run++;
}
}
*/
// Check for c-minimality
if (!bindings_c_minimal ())