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:
parent
ce9891d351
commit
0e15b7221f
@ -15,7 +15,9 @@ secret unkeygen: Function;
|
|||||||
inversekeys(keygen, unkeygen);
|
inversekeys(keygen, unkeygen);
|
||||||
|
|
||||||
const pa,pb: Params;
|
const pa,pb: Params;
|
||||||
|
const Alice,Bob: Agent;
|
||||||
const Terence: Agent;
|
const Terence: Agent;
|
||||||
|
const Sally: Agent;
|
||||||
const false,true: Bool;
|
const false,true: Bool;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user