- Somehow, agentOfRunRole is playing up. I found a bug in the pruning
(untrusted actors), but the fix did not work. It's maybe due to the roleInstance variants.
This commit is contained in:
parent
461a040d29
commit
9a24bb0f21
@ -1643,6 +1643,8 @@ prune_theorems ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if the actors of all other runs are not untrusted
|
// Check if the actors of all other runs are not untrusted
|
||||||
|
// TODO Somehow, this does not work. Investigate.
|
||||||
|
/*
|
||||||
if (sys->untrusted != NULL)
|
if (sys->untrusted != NULL)
|
||||||
{
|
{
|
||||||
int run;
|
int run;
|
||||||
@ -1668,6 +1670,7 @@ prune_theorems ()
|
|||||||
indentPrint ();
|
indentPrint ();
|
||||||
eprintf ("Pruned because the actor of run %i is untrusted.\n", run);
|
eprintf ("Pruned because the actor of run %i is untrusted.\n", run);
|
||||||
}
|
}
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -1684,11 +1687,13 @@ prune_theorems ()
|
|||||||
eprintf ("\n");
|
eprintf ("\n");
|
||||||
error ("Aborting.");
|
error ("Aborting.");
|
||||||
globalError--;
|
globalError--;
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
run++;
|
run++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Check for c-minimality
|
// Check for c-minimality
|
||||||
if (!bindings_c_minimal ())
|
if (!bindings_c_minimal ())
|
||||||
|
Loading…
Reference in New Issue
Block a user