- 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:
@@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user