Strange problem with concretization algorithm.

Terence is selected, but it should not be. This is a
bug and should be fixed.
This commit is contained in:
Cas Cremers 2008-01-10 16:10:21 +01:00
parent ce9891d351
commit 0e15b7221f

View File

@ -15,7 +15,9 @@ secret unkeygen: Function;
inversekeys(keygen, unkeygen);
const pa,pb: Params;
const Alice,Bob: Agent;
const Terence: Agent;
const Sally: Agent;
const false,true: Bool;