tslsynth is happy with this program:
always assume {
f x <-> X u;
}
always guarantee {
false -> [ u <- false ];
false -> [ u <- true ];
}
but unhappy when you replace the last "false" with "true". The error is:
tslsynth: "True" cannot be part of an AST.
Is this the intended behavior? If not, I will fix it.
tslsynthis happy with this program:but unhappy when you replace the last "false" with "true". The error is:
Is this the intended behavior? If not, I will fix it.